diff options
Diffstat (limited to 'static/logo/peach.rkt')
-rw-r--r-- | static/logo/peach.rkt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/logo/peach.rkt b/static/logo/peach.rkt index ae0925e..80fb742 100644 --- a/static/logo/peach.rkt +++ b/static/logo/peach.rkt @@ -52,5 +52,5 @@ ;; Make logos in different sizes. (begin - (let ((sizes '(16 32 48 58 76 80 87 114 120 152 167 120 180))) + (let ((sizes '(58 76 80 87 114 120 152 167 120 180))) (map make-logo sizes))) |