From 0c8ee30124aa8f43ee0bbe0a6777ff7cdaf93b3b Mon Sep 17 00:00:00 2001 From: STAM Date: Mon, 14 Jul 2025 16:02:35 +0300 Subject: [PATCH] fixed urls --- src/pages/index.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 490b671..8186a60 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -14,18 +14,18 @@ interface Repository { const repos = [ { author: 'rehlds', repo: 'rehlds' }, - { author: 's1lentq', repo: 'ReGameDLL_CS' }, - { author: 's1lentq', repo: 'reapi' }, - // { author: 's1lentq', repo: 'metamod-r' }, - // { author: 's1lentq', repo: 'resemiclip' }, - // { author: 's1lentq', repo: 'reunion' }, - // { author: 's1lentq', repo: 'rechecker' }, - // { author: 's1lentq', repo: 'revoice' }, - // { author: 's1lentq', repo: 'refreelook' }, - // { author: 's1lentq', repo: 'localizebugfix' }, + { author: 'rehlds', repo: 'ReGameDLL_CS' }, + { author: 'rehlds', repo: 'reapi' }, + // { author: 'rehlds', repo: 'metamod-r' }, + // { author: 'rehlds', repo: 'resemiclip' }, + // { author: 'rehlds', repo: 'reunion' }, + // { author: 'rehlds', repo: 'rechecker' }, + // { author: 'rehlds', repo: 'revoice' }, + // { author: 'rehlds', repo: 'refreelook' }, + // { author: 'rehlds', repo: 'localizebugfix' }, // { author: 'WPMGPRoSToTeMa', repo: 'SafeNameAndChat' }, // { author: 'rehlds', repo: 'relocalizebugfix' }, - // { author: 's1lentq', repo: 'hitboxtracker' }, + // { author: 'rehlds', repo: 'hitboxtracker' }, ]; function RepositoryCard({ repoData }: { repoData: Repository }) {