From 2235544da44f0ec467c3cff9762ea75c70d1d489 Mon Sep 17 00:00:00 2001 From: a-ill Date: Tue, 27 Jun 2023 23:24:18 +0300 Subject: [PATCH] Update --- Server/app/svelte/public/js/groups.js | 7 +++++++ Server/public/js/groups.js | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/Server/app/svelte/public/js/groups.js b/Server/app/svelte/public/js/groups.js index b364a77..c301f71 100644 --- a/Server/app/svelte/public/js/groups.js +++ b/Server/app/svelte/public/js/groups.js @@ -13,7 +13,14 @@ export let groups = [ location: ["Latvia, Riga",[56.94748425529816, 24.003027136431925]], members: 2, contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"] + }, + { + location: ["Denmark, Copenhagen",[55.6840661150132, 12.557133959514688]], + members: 1, + contact: ["https://discord.gg/xAPZmyr8B6","Discord invite link"] } + + ] export function addMarkersGroups(map) { diff --git a/Server/public/js/groups.js b/Server/public/js/groups.js index b364a77..c301f71 100644 --- a/Server/public/js/groups.js +++ b/Server/public/js/groups.js @@ -13,7 +13,14 @@ export let groups = [ location: ["Latvia, Riga",[56.94748425529816, 24.003027136431925]], members: 2, contact: ["https://chat.whatsapp.com/BhnmUNljUxJ2AjeHUwyTKh","WhatsApp invite link"] + }, + { + location: ["Denmark, Copenhagen",[55.6840661150132, 12.557133959514688]], + members: 1, + contact: ["https://discord.gg/xAPZmyr8B6","Discord invite link"] } + + ] export function addMarkersGroups(map) {