From b9f9c6d4f2c9efcd8469535d3f1188d5830bf9a6 Mon Sep 17 00:00:00 2001 From: robots4life <34193243+robots4life@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:18:50 +0100 Subject: [PATCH 1/2] add Switzerland to societies list --- src/lib/components/Societies/societies.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/lib/components/Societies/societies.json b/src/lib/components/Societies/societies.json index 6050d5e2c..78dd3ca3b 100644 --- a/src/lib/components/Societies/societies.json +++ b/src/lib/components/Societies/societies.json @@ -34,6 +34,12 @@ "country": "🇩🇪 Germany", "githuburl": "https://github.com/nika-d/svelte-berlin" }, + { + "name": "Svelte Zurich", + "country": "🇨🇭 Switzerland", + "url": "https://guild.host/svelte-society-zurich/events", + "discord": "https://discord.gg/5mZGndNUkw" + }, { "name": "Amsterdam SvelteJS", "country": "🇳🇱 Netherlands", @@ -114,4 +120,4 @@ "discord": "https://discord.sveltevietnam.dev", "youtube": "https://www.youtube.com/@sveltevietnam" } -] +] \ No newline at end of file From 13416966d00b27e6800dcac2345be52b5e68ede1 Mon Sep 17 00:00:00 2001 From: robots4life <34193243+robots4life@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:26:35 +0100 Subject: [PATCH 2/2] lint & format --- src/lib/components/Societies/societies.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/Societies/societies.json b/src/lib/components/Societies/societies.json index 78dd3ca3b..0389492f8 100644 --- a/src/lib/components/Societies/societies.json +++ b/src/lib/components/Societies/societies.json @@ -120,4 +120,4 @@ "discord": "https://discord.sveltevietnam.dev", "youtube": "https://www.youtube.com/@sveltevietnam" } -] \ No newline at end of file +]