mirror of
https://github.com/rehlds/rehlds.github.io.git
synced 2025-07-19 11:46:14 +03:00
fixed urls
This commit is contained in:
parent
32b299251e
commit
0c8ee30124
@ -14,18 +14,18 @@ interface Repository {
|
|||||||
|
|
||||||
const repos = [
|
const repos = [
|
||||||
{ author: 'rehlds', repo: 'rehlds' },
|
{ author: 'rehlds', repo: 'rehlds' },
|
||||||
{ author: 's1lentq', repo: 'ReGameDLL_CS' },
|
{ author: 'rehlds', repo: 'ReGameDLL_CS' },
|
||||||
{ author: 's1lentq', repo: 'reapi' },
|
{ author: 'rehlds', repo: 'reapi' },
|
||||||
// { author: 's1lentq', repo: 'metamod-r' },
|
// { author: 'rehlds', repo: 'metamod-r' },
|
||||||
// { author: 's1lentq', repo: 'resemiclip' },
|
// { author: 'rehlds', repo: 'resemiclip' },
|
||||||
// { author: 's1lentq', repo: 'reunion' },
|
// { author: 'rehlds', repo: 'reunion' },
|
||||||
// { author: 's1lentq', repo: 'rechecker' },
|
// { author: 'rehlds', repo: 'rechecker' },
|
||||||
// { author: 's1lentq', repo: 'revoice' },
|
// { author: 'rehlds', repo: 'revoice' },
|
||||||
// { author: 's1lentq', repo: 'refreelook' },
|
// { author: 'rehlds', repo: 'refreelook' },
|
||||||
// { author: 's1lentq', repo: 'localizebugfix' },
|
// { author: 'rehlds', repo: 'localizebugfix' },
|
||||||
// { author: 'WPMGPRoSToTeMa', repo: 'SafeNameAndChat' },
|
// { author: 'WPMGPRoSToTeMa', repo: 'SafeNameAndChat' },
|
||||||
// { author: 'rehlds', repo: 'relocalizebugfix' },
|
// { author: 'rehlds', repo: 'relocalizebugfix' },
|
||||||
// { author: 's1lentq', repo: 'hitboxtracker' },
|
// { author: 'rehlds', repo: 'hitboxtracker' },
|
||||||
];
|
];
|
||||||
|
|
||||||
function RepositoryCard({ repoData }: { repoData: Repository }) {
|
function RepositoryCard({ repoData }: { repoData: Repository }) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user