Update +page.svelte

This commit is contained in:
Taran Mittal 2025-08-13 17:19:49 +10:00 committed by GitHub
parent 49bf314624
commit 12e648f9fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 }>) {