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]