diff --git a/Server/app/svelte/public/js/communes.js b/Server/app/svelte/public/js/communes.js index 0ccc7bd..62e8611 100644 --- a/Server/app/svelte/public/js/communes.js +++ b/Server/app/svelte/public/js/communes.js @@ -6,6 +6,12 @@ export let communes = [ members: 2, contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] }, + { + location: [["Denmark",""],[55.915625218626275, 9.673445220831253]], + status: "forming", + members: 1, + contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] + }, { location: [["Estonia","KohtlaJarve"],[59.409521829709504, 27.288415912535914]], status: "forming", diff --git a/Server/public/js/communes.js b/Server/public/js/communes.js index 0ccc7bd..62e8611 100644 --- a/Server/public/js/communes.js +++ b/Server/public/js/communes.js @@ -6,6 +6,12 @@ export let communes = [ members: 2, contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] }, + { + location: [["Denmark",""],[55.915625218626275, 9.673445220831253]], + status: "forming", + members: 1, + contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"] + }, { location: [["Estonia","KohtlaJarve"],[59.409521829709504, 27.288415912535914]], status: "forming",