aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/envshare/app/components
diff options
context:
space:
mode:
author简律纯 <hsiangnianian@outlook.com>2023-04-18 03:09:15 +0800
committer简律纯 <hsiangnianian@outlook.com>2023-04-18 03:09:15 +0800
commit10c770cddf17b4b0ff7742a88840eea6246e0b5e (patch)
treef91990d1131266089cfc9d3f691b29553dd0e81e /envshare/app/components
parent3c35c3deb47b819b2327bf94444d653a5e5303a4 (diff)
downloadHydroRoll-10c770cddf17b4b0ff7742a88840eea6246e0b5e.tar.gz
HydroRoll-10c770cddf17b4b0ff7742a88840eea6246e0b5e.zip
🏷replace
Diffstat (limited to 'envshare/app/components')
-rw-r--r--envshare/app/components/stats.tsx2
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);