diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 4e447d2..00f3e10 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -13,13 +13,6 @@ export default function Projects() { description: "Better RAC client. (gtk4)", tags: ["Active", "WRAC", "RAC", "v2", "TLS"], }, - { - name: "Mefedroniy", - authorId: "OctoBanon-Main", - projectGit: "https://github.com/OctoBanon-Main/mefedroniy-client", - description: "TUI client for Real Address Chat protocol.", - tags: ["Active", "RAC", "v1.99.2"], - }, { name: "crack", authorId: "kiber_ogur4ik", @@ -51,6 +44,13 @@ export default function Projects() { description: "The official RAC client. (cli)", tags: ["Unknown", "RAC", "v2"], }, + { + name: "Mefedroniy", + 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"], + }, { name: "cRACk", authorId: "pansangg", @@ -82,13 +82,6 @@ export default function Projects() { description: "Simple RAC server.", tags: ["Active", "WRAC", "RAC", "v2", "TLS"], }, - { - name: "Gashishnik", - authorId: "OctoBanon-Main", - projectGit: "https://github.com/OctoBanon-Main/mefedroniy-client", - description: "A WRAC server.", - tags: ["Unreleased", "WRAC", "v2"], - }, { name: "lRACd", authorId: "sugoma",