From 5390bd2ff815f9813d7ea05f367d8ed3fc8428b7 Mon Sep 17 00:00:00 2001 From: Konstantin Zhigaylo Date: Fri, 4 Jul 2025 10:14:20 +0300 Subject: [PATCH] chore(projects): update cRACk --- src/app/projects/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index f768b21..fa92e03 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.", tags: ["Active", "WRAC", "RAC", "v2", "TLS"], }, - { - name: "cRACk", - authorId: "pansangg", - projectGit: "https://github.com/pansangg/cRACk", - description: "TUI RAC client on Python.", - tags: ["Active", "RAC", "v2"], - }, { name: "Mefedroniy", authorId: "OctoBanon-Main", @@ -58,6 +51,13 @@ export default function Projects() { description: "The official RAC client.", tags: ["Unknown", "RAC", "v2"], }, + { + name: "cRACk", + authorId: "pansangg", + projectGit: "https://github.com/pansangg/cRACk", + description: "TUI RAC client on Python.", + tags: ["Abandoned", "RAC", "v2"], + }, { name: "CRAB", authorId: "pixtated",