diff --git a/web/app/components/header/github-star/index.tsx b/web/app/components/header/github-star/index.tsx index e825dcdd1..6d87328c2 100644 --- a/web/app/components/header/github-star/index.tsx +++ b/web/app/components/header/github-star/index.tsx @@ -5,7 +5,7 @@ import type { GithubRepo } from '@/models/common' import { RiLoader2Line } from '@remixicon/react' const defaultData = { - stargazers_count: 98570, + stargazers_count: 110918, } const getStar = async () => {