refactor: change abandoned to archived

This commit is contained in:
MeexReay 2025-08-30 18:17:10 +03:00
parent 01569d25ee
commit 313561cf39
2 changed files with 9 additions and 9 deletions

View File

@ -49,28 +49,28 @@ export default function Projects() {
authorId: "OctoBanon-Main", authorId: "OctoBanon-Main",
projectGit: "https://github.com/OctoBanon-Main/mefedroniy-client", projectGit: "https://github.com/OctoBanon-Main/mefedroniy-client",
description: "TUI client for Real Address Chat protocol.", description: "TUI client for Real Address Chat protocol.",
tags: ["Abandoned", "RAC", "v1.99"], tags: ["Archived", "RAC", "v1.99"],
}, },
{ {
name: "cRACk", name: "cRACk",
authorId: "pansangg", authorId: "pansangg",
projectGit: "https://github.com/pansangg/cRACk", projectGit: "https://github.com/pansangg/cRACk",
description: "TUI RAC client on Python.", description: "TUI RAC client on Python.",
tags: ["Abandoned", "RAC", "v2"], tags: ["Archived", "RAC", "v2"],
}, },
{ {
name: "CRAB", name: "CRAB",
authorId: "pixtated", authorId: "pixtated",
projectGit: "https://gitea.bedohswe.eu.org/pixtaded/crab", projectGit: "https://gitea.bedohswe.eu.org/pixtaded/crab",
description: "Crimean RAC Bundle. (cli)", description: "Crimean RAC Bundle. (cli)",
tags: ["Abandoned", "RAC", "v1.99"], tags: ["Archived", "RAC", "v1.99"],
}, },
{ {
name: "dobroho_vechora", name: "dobroho_vechora",
authorId: "bedohswe", authorId: "bedohswe",
projectGit: "https://gitea.bedohswe.eu.org/bedohswe/dobroho_vechora", projectGit: "https://gitea.bedohswe.eu.org/bedohswe/dobroho_vechora",
description: "RAC client made with Bash script. (cli)", description: "RAC client made with Bash script. (cli)",
tags: ["Abandoned", "RAC", "v1"], tags: ["Archived", "RAC", "v1"],
}, },
]; ];
@ -96,14 +96,14 @@ export default function Projects() {
authorId: "pixtated", authorId: "pixtated",
projectGit: "https://gitea.bedohswe.eu.org/pixtaded/crab", projectGit: "https://gitea.bedohswe.eu.org/pixtaded/crab",
description: "Crimean RAC Bundle ", description: "Crimean RAC Bundle ",
tags: ["Abandoned", "RAC", "v1.99"], tags: ["Archived", "RAC", "v1.99"],
}, },
{ {
name: "AlmatyD", name: "AlmatyD",
authorId: "bedohswe", authorId: "bedohswe",
projectGit: "https://gitea.bedohswe.eu.org/bedohswe/almatyd", projectGit: "https://gitea.bedohswe.eu.org/bedohswe/almatyd",
description: "Open source server for Sugoma's RAC protocol ", description: "Open source server for Sugoma's RAC protocol ",
tags: ["Abandoned", "RAC", "v1"], tags: ["Archived", "RAC", "v1"],
}, },
]; ];

View File

@ -20,9 +20,9 @@ export default function Badge({ text }: Props) {
color = "#733e0a"; color = "#733e0a";
description = "Not released, but in development"; description = "Not released, but in development";
break; break;
case "Abandoned": case "Archived":
color = "#82181a"; color = "#824a17";
description = "Abandoned by author."; description = "Archived or abandoned by author.";
break; break;
case "Unknown": case "Unknown":
color = "#024a70"; color = "#024a70";