diff --git a/Server/app/svelte/public/js/coops.js b/Server/app/svelte/public/js/coops.js
index 0933ca3..f953abf 100644
--- a/Server/app/svelte/public/js/coops.js
+++ b/Server/app/svelte/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]
diff --git a/Server/public/js/coops.js b/Server/public/js/coops.js
index 0933ca3..f953abf 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]