summaryrefslogtreecommitdiffstats
path: root/static/logo/peach.rkt
diff options
context:
space:
mode:
Diffstat (limited to 'static/logo/peach.rkt')
-rw-r--r--static/logo/peach.rkt2
1 files changed, 1 insertions, 1 deletions
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.