summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-19 00:02:11 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-19 00:02:11 -0400
commite4bac4e3fdf10d684227be2fa852e319cb201f27 (patch)
tree1a2b0ebefaf2b43cd8b4c61199ae79eb5e908204
parent34e42fb3f22968829c505fc88cf0fd07877a07f8 (diff)
static: logo.png -> peach.png
-rw-r--r--static/logo/peach.png (renamed from static/logo/logo.png)bin11642 -> 11642 bytes
-rw-r--r--static/logo/peach.rkt2
2 files changed, 1 insertions, 1 deletions
diff --git a/static/logo/logo.png b/static/logo/peach.png
index f47deb6..f47deb6 100644
--- a/static/logo/logo.png
+++ b/static/logo/peach.png
Binary files differ
diff --git a/static/logo/peach.rkt b/static/logo/peach.rkt
index 4615ae4..cfd6e11 100644
--- a/static/logo/peach.rkt
+++ b/static/logo/peach.rkt
@@ -29,7 +29,7 @@
;; Exports the logo into PNG.
(define (png-export logo)
- (send logo save-file "logo.png" 'png))
+ (send logo save-file "peach.png" 'png))
;; Peach logo as a bitmap.
(define peach-logo (draw-logo))