mirror of
https://github.com/System-End/daydream-phoenix.git
synced 2026-04-19 16:28:17 +00:00
Fix multiple event names
This commit is contained in:
parent
eeb7e171d9
commit
9974acfddc
7 changed files with 7 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue