diff options
-rw-r--r-- | static/logo/peach.png (renamed from static/logo/logo.png) | bin | 11642 -> 11642 bytes | |||
-rw-r--r-- | static/logo/peach.rkt | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/static/logo/logo.png b/static/logo/peach.png Binary files differindex f47deb6..f47deb6 100644 --- a/static/logo/logo.png +++ b/static/logo/peach.png 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)) |