diff --git a/src/routes/jakarta/+page.svelte b/src/routes/jakarta/+page.svelte index 15aaeea..b09d4ac 100644 --- a/src/routes/jakarta/+page.svelte +++ b/src/routes/jakarta/+page.svelte @@ -15,15 +15,9 @@ const contactLink = "dave@dave9123.me" // "mailto:jakarta@daydream.hackclub.com" // Sponsors Configuration - const sponsorsEnabled = false; // Set to false to hide the entire sponsors section + const sponsorsEnabled = true; // Set to false to hide the entire sponsors section const sponsors = [ - { image: "/example/logo1.png", name: "Sponsor 1", url: "https://example1.com" }, - { image: "/example/logo2.png", name: "Sponsor 2", url: "https://example2.com" }, - { image: "/example/logo3.png", name: "Sponsor 3", url: "https://example3.com" }, - { image: "/example/logo4.png", name: "Sponsor 4", url: "https://example4.com" }, - { image: "/example/logo5.png", name: "Sponsor 5", url: "https://example5.com" }, - { image: "/example/logo6.png", name: "Sponsor 6", url: "https://example6.com" }, - { image: "/example/logo7.png", name: "Sponsor 7", url: "https://example7.com" } + { image: "/jakarta/twbn-logo-turquoise-transparent.png", name: "Twibbonize", url: "https://example1.com" } ]; // Schedule Configuration - You don't need to use this exact schedule, this is just an example! diff --git a/static/jakarta/twbn-logo-turquoise-transparent.png b/static/jakarta/twbn-logo-turquoise-transparent.png new file mode 100644 index 0000000..025c24a Binary files /dev/null and b/static/jakarta/twbn-logo-turquoise-transparent.png differ