diff --git a/src/routes/sydney/+page.svelte b/src/routes/sydney/+page.svelte index 140d5c2..13d246b 100644 --- a/src/routes/sydney/+page.svelte +++ b/src/routes/sydney/+page.svelte @@ -17,8 +17,7 @@ // Sponsors Configuration const sponsorsEnabled = true; // Set to false to hide the entire sponsors section const sponsors = [ - { image: "/assets/xyz.png", name: ".xyz", url: "https://gen.xyz" }, - { image: "/example/logo2.png", name: "Become A Sponsor!", url: "mailto:sydney@daydream.hackclub.com" } + { image: "/sydney/xyz.png", name: ".xyz", url: "https://gen.xyz" }, ]; // Schedule Configuration - You don't need to use this exact schedule, this is just an example! diff --git a/src/routes/sydney/assets/xyz.png b/static/sydney/xyz.png similarity index 100% rename from src/routes/sydney/assets/xyz.png rename to static/sydney/xyz.png