From d90a3985cbbbf78f0d74f1d2d658343d3326569a Mon Sep 17 00:00:00 2001 From: Liam Date: Fri, 19 Apr 2024 15:43:36 +0100 Subject: [PATCH] update the github link --- src/app/components/github-star.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/github-star.tsx b/src/app/components/github-star.tsx index 82ca59b..f031895 100644 --- a/src/app/components/github-star.tsx +++ b/src/app/components/github-star.tsx @@ -8,7 +8,7 @@ export function GithubStar(): ReactElement { const [starCount, setStarCount] = useState(0); const getStarCount = async () => { - const res = await fetch("https://api.github.com/repos/RealFascinated/minecraft-helper"); + const res = await fetch("https://api.github.com/repos/RealFascinated/MinecraftUtilities"); const data = await res.json(); return data.stargazers_count; }; @@ -20,7 +20,7 @@ export function GithubStar(): ReactElement { return (

{starCount}