From 44481f08df0861e4c377b7bc0c1221c70915237d Mon Sep 17 00:00:00 2001 From: Gus Ruben Date: Wed, 13 Aug 2025 15:54:23 -0400 Subject: [PATCH] Update example site instructions --- src/routes/example/+page.svelte | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/routes/example/+page.svelte b/src/routes/example/+page.svelte index 4f35dbd..cf40b50 100644 --- a/src/routes/example/+page.svelte +++ b/src/routes/example/+page.svelte @@ -7,11 +7,11 @@ */ // Configuration - Put your information here! - const eventName = "Example"; + const eventName = "Example"; // This should be the name of your event WITHOUT "Daydream" at the start const eventLocation = "Example City"; const eventAddress = "1600 Pennsylvania Avenue, Washington, DC 20500"; // Leave this empty if you don't want an address const signupLink = "https://forms.hackclub.com/daydream-rsvp"; // 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 + // These two are optional-- leave them empty if you don't have anything! const directionsURL = "https://www.google.com/maps/search/1600+pennsylvania+avenue+washington+dc/" const contactLink = "mailto:example@daydream.hackclub.com"