summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-19 18:29:34 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-19 18:29:34 -0400
commit99798416bb531577def6e059df19822b6c704d26 (patch)
tree174fa39ea24dcd03e4b8a44e4c8a3435f8f187d2 /static
parentb8e18c060fec97930cf82601c01dd6eccb6824fa (diff)
static/logo: peach.rkt: remove smaller logo sizes
Diffstat (limited to 'static')
-rw-r--r--static/logo/peach-16.pngbin291 -> 0 bytes
-rw-r--r--static/logo/peach-32.pngbin533 -> 0 bytes
-rw-r--r--static/logo/peach-48.pngbin831 -> 0 bytes
-rw-r--r--static/logo/peach.rkt2
4 files changed, 1 insertions, 1 deletions
diff --git a/static/logo/peach-16.png b/static/logo/peach-16.png
deleted file mode 100644
index 3cea403..0000000
--- a/static/logo/peach-16.png
+++ /dev/null
Binary files differ
diff --git a/static/logo/peach-32.png b/static/logo/peach-32.png
deleted file mode 100644
index 693bf13..0000000
--- a/static/logo/peach-32.png
+++ /dev/null
Binary files differ
diff --git a/static/logo/peach-48.png b/static/logo/peach-48.png
deleted file mode 100644
index cab5356..0000000
--- a/static/logo/peach-48.png
+++ /dev/null
Binary files differ
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)))