Update example site instructions

This commit is contained in:
Gus Ruben 2025-08-13 15:54:23 -04:00
parent 9974acfddc
commit 44481f08df

View file

@ -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"