diff options
Diffstat (limited to 'envshare/app/components')
| -rw-r--r-- | envshare/app/components/stats.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/envshare/app/components/stats.tsx b/envshare/app/components/stats.tsx index 31d74bc..be1aa71 100644 --- a/envshare/app/components/stats.tsx +++ b/envshare/app/components/stats.tsx @@ -9,7 +9,7 @@ export const Stats = asyncComponent(async () => { .get("envshare:metrics:reads") .get("envshare:metrics:writes") .exec<[number, number]>(); - const stars = await fetch("https://api.github.com/repos/chronark/envshare") + const stars = await fetch("https://api.github.com/repos/retrofor/ChienDice") .then((res) => res.json()) .then((json) => json.stargazers_count as number); |
