summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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))