diff --git a/src/routes/srinagar/+page.svelte b/src/routes/srinagar/+page.svelte index 62e4afe..94671cf 100644 --- a/src/routes/srinagar/+page.svelte +++ b/src/routes/srinagar/+page.svelte @@ -8,7 +8,7 @@ // Configuration - Put your information here! const eventName = "Srinagar"; // This should be the name of your event WITHOUT "Daydream" at the start - const eventLocation = ""; + const eventLocation = "Srinagar"; const eventAddress = ""; // Leave this empty if you don't want an address const signupLink = "https://forms.hackclub.com/daydream-rsvp?event=recpMytdpOvW33V3L"; // Get your custom sign up link from this page: https://airtable.com/apppg7RHZv6feM66l/shr4kFqURo8fMIRie // These two are optional-- leave them empty if you don't have anything! @@ -16,14 +16,14 @@ const contactLink = "" // Sponsors Configuration - disable this if you don't have any sponsors to display! - const sponsorsEnabled = true; // Set to false to hide the entire sponsors section + const sponsorsEnabled = true; // Set to false to hide the entire sponsors section const sponsors = [ { image: "https://storage.jukeboxprint.com/s/images/jukebox-logo.svg", name: "Jukebox", url: "https://www.jukeboxprint.com/custom-stickers" }, ]; // Schedule Configuration - You don't need to use this schedule, this is just an example! - const scheduleData = { - saturday: { + const scheduleData = [ + { title: "Saturday, September 27th", items: [ { event: "Doors open", time: "08:00 AM" }, @@ -36,7 +36,7 @@ { event: "Wrap up", time: "06:00 PM" } ] }, - sunday: { + { title: "Sunday, September 28th", items: [ { event: "Doors open", time: "08:00 AM" }, @@ -50,7 +50,7 @@ { event: "Wrap up", time: "06:00 PM" } ] } - }; + ]; @@ -1054,7 +1054,7 @@ Mumbai`.split("\n") {:else}