This commit is contained in:
a-ill 2023-07-18 21:02:08 +03:00
parent f1ec07a179
commit 6ca547e802
5 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ export let coops = [
market: "wellnessAndHealth", market: "wellnessAndHealth",
workers: 2, workers: 2,
status: "inDevelopment", status: "inDevelopment",
website: [ "https://www.chrn.health/", "chrn.health"], website: ["https://www.chrn.health/", "chrn.health"],
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"], contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"],
description: "descriptionChironHealth" description: "descriptionChironHealth"
}, },
@ -17,7 +17,7 @@ export let coops = [
market: "herbalTeas", market: "herbalTeas",
workers: 1, workers: 1,
status: "inDevelopment", status: "inDevelopment",
website: "-", website: ["-","-"],
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"], contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"],
description: "kuuskDescription" description: "kuuskDescription"
} }

View File

@ -49,7 +49,7 @@
<p><b>{$content.market}: </b>{$content[coop.market]}</p> <p><b>{$content.market}: </b>{$content[coop.market]}</p>
<p><b>{$content.workers}: </b>{coop.workers}</p> <p><b>{$content.workers}: </b>{coop.workers}</p>
<p><b>{$content.status}: </b>{$content[coop.status]}</p> <p><b>{$content.status}: </b>{$content[coop.status]}</p>
<p><b>{$content.website}: </b><a href={"https://www."+coop.website} target="_blank" rel=noreferrer>{coop.website}</a></p> <p><b>{$content.website}: </b><a href={coop.website[0]} target="_blank" rel=noreferrer>{coop.website[1]}</a></p>
<p><b>{$content.contact}: </b><a href={coop.contact[0]} target=;_blank; rel=noreferrer>{$content[coop.contact[1]]}</a></p> <p><b>{$content.contact}: </b><a href={coop.contact[0]} target=;_blank; rel=noreferrer>{$content[coop.contact[1]]}</a></p>
</div> </div>
<picture> <picture>

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@ export let coops = [
market: "wellnessAndHealth", market: "wellnessAndHealth",
workers: 2, workers: 2,
status: "inDevelopment", status: "inDevelopment",
website: [ "https://www.chrn.health/", "chrn.health"], website: ["https://www.chrn.health/", "chrn.health"],
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"], contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"],
description: "descriptionChironHealth" description: "descriptionChironHealth"
}, },
@ -17,7 +17,7 @@ export let coops = [
market: "herbalTeas", market: "herbalTeas",
workers: 1, workers: 1,
status: "inDevelopment", status: "inDevelopment",
website: "-", website: ["-","-"],
contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"], contact: ["https://discord.gg/Qk8KUk787z","DiscordInviteLink"],
description: "kuuskDescription" description: "kuuskDescription"
} }