diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 6d24eb9..04da8bb 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -19,7 +19,7 @@ export default function Projects() { projectGit: "https://gitlab.com/kiber_ogur4ik/crack", description: "Cool RAC klient for Web, Android and iOS. (web-app)", - tags: ["Active", "WRAC", "RAC", "v2", "v1.0", "TLS"], + tags: ["Active", "WRAC", "RAC", "v2", "v1", "TLS"], }, { name: "Tower", @@ -49,7 +49,7 @@ export default function Projects() { authorId: "OctoBanon-Main", projectGit: "https://github.com/OctoBanon-Main/mefedroniy-client", description: "TUI client for Real Address Chat protocol.", - tags: ["Abandoned", "RAC", "v1.99.2"], + tags: ["Abandoned", "RAC", "v1.99"], }, { name: "cRACk", @@ -63,14 +63,14 @@ export default function Projects() { authorId: "pixtated", projectGit: "https://gitea.bedohswe.eu.org/pixtaded/crab", description: "Crimean RAC Bundle. (cli)", - tags: ["Abandoned", "RAC", "v1.99.2"], + tags: ["Abandoned", "RAC", "v1.99"], }, { name: "dobroho_vechora", authorId: "bedohswe", projectGit: "https://gitea.bedohswe.eu.org/bedohswe/dobroho_vechora", description: "RAC client made with Bash script. (cli)", - tags: ["Abandoned", "RAC", "v1.0"], + tags: ["Abandoned", "RAC", "v1"], }, ]; @@ -96,14 +96,14 @@ export default function Projects() { authorId: "pixtated", projectGit: "https://gitea.bedohswe.eu.org/pixtaded/crab", description: "Crimean RAC Bundle ", - tags: ["Abandoned", "RAC", "v1.99.2"], + tags: ["Abandoned", "RAC", "v1.99"], }, { name: "AlmatyD", authorId: "bedohswe", projectGit: "https://gitea.bedohswe.eu.org/bedohswe/almatyd", description: "Open source server for Sugoma's RAC protocol ", - tags: ["Abandoned", "RAC", "v1.0"], + tags: ["Abandoned", "RAC", "v1"], }, ]; diff --git a/src/components/Badge.tsx b/src/components/Badge.tsx index 23f49f7..21398de 100644 --- a/src/components/Badge.tsx +++ b/src/components/Badge.tsx @@ -43,10 +43,10 @@ export default function Badge({ text }: Props) { case "v2": description = "Compatible with RAC v2."; break; - case "v1.99.2": - description = "Compatible with RAC v1.99.2."; + case "v1.99": + description = "Compatible with RAC v1.99.x."; break; - case "v1.0": + case "v1": description = "Compatible with RAC v1.0."; break; case "TLS":