Fix multiple event names

This commit is contained in:
Gus Ruben 2025-08-13 15:53:42 -04:00
parent eeb7e171d9
commit 9974acfddc
7 changed files with 7 additions and 7 deletions

View file

@ -7,7 +7,7 @@
*/
// Configuration - Put your information here!
const eventName = "Daydream Busan";
const eventName = "Busan";
const eventLocation = "Busan";
const eventAddress = "부산외국인학교, 부산광역시 해운대구 대천로67번길 45 우편번호 49094"; // Leave this empty if you don't want an address
// These two are optional

View file

@ -7,7 +7,7 @@
*/
// Configuration - Put your information here!
const eventName = "Daydream Jakarta";
const eventName = "Jakarta";
const eventLocation = "Jakarta";
const eventAddress = ""; // Leave this empty if you don't want an address
// These two are optional

View file

@ -1,5 +1,5 @@
<script lang="ts">
const eventName = "Daydream Manila";
const eventName = "Manila";
const eventLocation = "Manila";
const eventAddress = ""; // Leave this empty if you don't want an address
// These two are optional

View file

@ -7,7 +7,7 @@
*/
// Configuration - Put your information here!
const eventName = "Daydream Miami";
const eventName = "Miami";
const eventLocation = "Miami";
const eventAddress = ""; // Leave this empty if you don't want an address
// These two are optional

View file

@ -7,7 +7,7 @@
*/
// Configuration - Put your information here!
const eventName = "Daydream Novi";
const eventName = "Novi";
const eventLocation = "Novi";
const eventAddress = null;
// These two are optional

View file

@ -7,7 +7,7 @@
*/
// Configuration - Put your information here!
const eventName = "Daydream Ottawa"; // The name of your event
const eventName = "Ottawa"; // The name of your event
const eventLocation = "Ottawa";
const eventAddress = "4000 Innovation DrKanata, ON K2K 3K1"; // Leave this empty if you don't want an address
// These two are optional

View file

@ -7,7 +7,7 @@
*/
// Configuration - Put your information here!
const eventName = "Daydream RGV";
const eventName = "RGV";
const eventLocation = "the Rio Grande Valley";
const eventAddress = ""; // Leave this empty if you don't want an address
// These two are optional