From 8d6363456f83b858fc441f9e74b8cdd252cf18d4 Mon Sep 17 00:00:00 2001 From: Mowkax Date: Sun, 16 Jul 2023 22:06:52 +0300 Subject: [PATCH] fix: fixed links to chrn.health website --- Server/public/js/coops.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/public/js/coops.js b/Server/public/js/coops.js index ab76235..ed0502f 100644 --- a/Server/public/js/coops.js +++ b/Server/public/js/coops.js @@ -6,7 +6,7 @@ export let coops = [ market: "wellnessAndHealth", workers: 2, status: "inDevelopment", - website: "chrn.health", + website: [ "https://www.chrn.health/", "chrn.health"], contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"], description: "descriptionChironHealth" }, @@ -52,7 +52,7 @@ export function addMarkersCoops(map,content) { text += fieldText + "" + content[g.contact[1]] + "" + "
" } else if (field=="website") { - text += fieldText + "" + g.website + "" + "
" + text += fieldText + "" + g.website[1] + "" + "
" } else if (field=="location") { let location = g[field][0]