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

View File

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

View File

@ -49,7 +49,7 @@
<p><b>{$content.market}: </b>{$content[coop.market]}</p>
<p><b>{$content.workers}: </b>{coop.workers}</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>
</div>
<picture>

File diff suppressed because one or more lines are too long

View File

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