mirror of
https://github.com/System-End/daydream-phoenix.git
synced 2026-04-19 19:45:13 +00:00
Update example site instructions
This commit is contained in:
parent
9974acfddc
commit
44481f08df
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue