From 036db1622d30cf0d95d80252b338ba00698f7677 Mon Sep 17 00:00:00 2001 From: siddharth ravikumar Date: Tue, 21 Jun 2022 20:10:36 -0400 Subject: static/logo: change logo file names --- static/logo/peach.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/logo/peach.rkt') diff --git a/static/logo/peach.rkt b/static/logo/peach.rkt index 73f1454..58a9cdf 100644 --- a/static/logo/peach.rkt +++ b/static/logo/peach.rkt @@ -40,7 +40,7 @@ ;; Exports the logo into PNG. (define (png-export logo size) - (send logo save-file (format "peach-~s.png" size) 'png)) + (send logo save-file (format "peach-v2-~s.png" size) 'png)) ;; Makes a sizexsize peach logo and exports it to a PNG. -- cgit v1.2.3