mirror of
https://github.com/System-End/daydream-phoenix.git
synced 2026-04-19 16:28:17 +00:00
Update +page.svelte
This commit is contained in:
parent
49bf314624
commit
12e648f9fe
1 changed files with 2 additions and 2 deletions
|
|
@ -68,7 +68,8 @@
|
|||
$: pageKeywords = `game jam, hackathon, teen coding, Hack Club, game development, ${eventLocation}, ${eventName}`;
|
||||
|
||||
// Cities where the game jam is happening
|
||||
const cities = `Columbus
|
||||
const cities = `Sydney
|
||||
Columbus
|
||||
Lisbon
|
||||
Boston
|
||||
Giza
|
||||
|
|
@ -92,7 +93,6 @@ San Francisco
|
|||
Minneapolis
|
||||
Seattle
|
||||
Signapore
|
||||
Sydney
|
||||
Mumbai`.split("\n")
|
||||
|
||||
function createSmoothPath(points: Array<{ x: number; y: number }>) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue