summaryrefslogtreecommitdiffstats
path: root/static/logo/peach.rkt
diff options
context:
space:
mode:
authorsiddharth ravikumar <s@ricketyspace.net>2022-06-21 20:10:36 -0400
committersiddharth ravikumar <s@ricketyspace.net>2022-06-21 20:10:36 -0400
commit036db1622d30cf0d95d80252b338ba00698f7677 (patch)
tree0d5ef050f253c0aebe759d6bb413649f7b2f1260 /static/logo/peach.rkt
parentf72bc7700c780618721688d452a6df0627684df1 (diff)
static/logo: change logo file names
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.