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

File diff suppressed because one or more lines are too long

View File

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