diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-06-19 00:02:11 -0400 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-06-19 00:02:11 -0400 |
commit | e4bac4e3fdf10d684227be2fa852e319cb201f27 (patch) | |
tree | 1a2b0ebefaf2b43cd8b4c61199ae79eb5e908204 /static | |
parent | 34e42fb3f22968829c505fc88cf0fd07877a07f8 (diff) |
static: logo.png -> peach.png
Diffstat (limited to 'static')
-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)) |