mirror of
https://github.com/System-End/daydream-phoenix.git
synced 2026-04-19 16:28:17 +00:00
Remove temp address from Phoenix page
This commit is contained in:
parent
dadfbb6812
commit
19c6ae6800
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
// Configuration - Put your information here!
|
||||
const eventName = "Phoenix"; // This should be the name of your event WITHOUT "Daydream" at the start
|
||||
const eventLocation = "Phoenix";
|
||||
const eventAddress = "1"; // Leave this empty if you don't want an address
|
||||
const eventAddress = ""; // Leave this empty if you don't want an address
|
||||
const signupLink = "https://forms.hackclub.com/daydream-rsvp?event=recvUAUk1y7P7RQb7"; // 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!
|
||||
const directionsURL = ""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue