From b12c0a0da15ef0c4d0f18fd4f2165ea3d4c5bf5f Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Sat, 16 May 2026 15:20:25 -0400 Subject: [PATCH] Move image to static folder --- index.php | 5 ++++- shop.png => static/shop.png | Bin 2 files changed, 4 insertions(+), 1 deletion(-) rename shop.png => static/shop.png (100%) diff --git a/index.php b/index.php index 9961194..23a0b49 100755 --- a/index.php +++ b/index.php @@ -106,7 +106,10 @@ $shareable_link = BASE_URL.event_url($event); -

The Swap Shop

+ +
+ +
diff --git a/shop.png b/static/shop.png similarity index 100% rename from shop.png rename to static/shop.png -- 2.39.5