diff --git a/Server/app/svelte/public/js/groups.js b/Server/app/svelte/public/js/groups.js index 60cabc2..2a112f7 100644 --- a/Server/app/svelte/public/js/groups.js +++ b/Server/app/svelte/public/js/groups.js @@ -6,13 +6,27 @@ export let groups = [ ru: "Дания, Копенгаген" }, [55.6840661150132, 12.557133959514688]], - members: 2, + members: 1, contact: ["https://discord.gg/xAPZmyr8B6", { - en: "WhatsApp invite link", + en: "Discord invite link", ru: "Discord ссылка" }] }, + { + location: [ + { + en: "Denmark, Kolding", + ru: "Дания, Колдинг" + }, + [55.49261908652738, 9.470268969851743]], + members: 1, + contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh", + { + en: "WhatsApp invite link", + ru: "WhatsApp ссылка" + }] + }, { location: [ { diff --git a/Server/public/js/groups.js b/Server/public/js/groups.js index f80af0c..2a112f7 100644 --- a/Server/public/js/groups.js +++ b/Server/public/js/groups.js @@ -9,10 +9,24 @@ export let groups = [ members: 1, contact: ["https://discord.gg/xAPZmyr8B6", { - en: "WhatsApp invite link", + en: "Discord invite link", ru: "Discord ссылка" }] }, + { + location: [ + { + en: "Denmark, Kolding", + ru: "Дания, Колдинг" + }, + [55.49261908652738, 9.470268969851743]], + members: 1, + contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh", + { + en: "WhatsApp invite link", + ru: "WhatsApp ссылка" + }] + }, { location: [ {