From e4bac4e3fdf10d684227be2fa852e319cb201f27 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Sun, 19 Jun 2022 00:02:11 -0400 Subject: static: logo.png -> peach.png --- static/logo/logo.png | Bin 11642 -> 0 bytes static/logo/peach.png | Bin 0 -> 11642 bytes static/logo/peach.rkt | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 static/logo/logo.png create mode 100644 static/logo/peach.png (limited to 'static') diff --git a/static/logo/logo.png b/static/logo/logo.png deleted file mode 100644 index f47deb6..0000000 Binary files a/static/logo/logo.png and /dev/null differ diff --git a/static/logo/peach.png b/static/logo/peach.png new file mode 100644 index 0000000..f47deb6 Binary files /dev/null and b/static/logo/peach.png 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)) -- cgit v1.2.3