From faa88c308b5060fe36e203e47b16ce7401a4cbda Mon Sep 17 00:00:00 2001 From: Maxime Dupont Date: Thu, 16 Mar 2023 10:57:02 +0100 Subject: [PATCH] Add french society --- src/lib/components/Societies/societies.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/lib/components/Societies/societies.json b/src/lib/components/Societies/societies.json index af9db77..8c38092 100644 --- a/src/lib/components/Societies/societies.json +++ b/src/lib/components/Societies/societies.json @@ -1,4 +1,14 @@ [ + { + "continent": "🌐 World", + "type": "contintent" + }, + { + "name": "Svelte Society francophone", + "country": "French - Francophonie", + "discord": "https://discord.gg/cJZUCUxMYZ", + "twitter": "@SvelteSocietyFr" + }, { "continent": "🇪🇺 Europe", "type": "contintent"