From ac1cbf6475144cdb393142909a0e72e4b5bc00fd Mon Sep 17 00:00:00 2001 From: wellCh4n Date: Thu, 22 May 2025 22:18:19 +0800 Subject: [PATCH] fix(web): GitHub stars count sync is not working --- web/app/components/header/github-star/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/header/github-star/index.tsx b/web/app/components/header/github-star/index.tsx index e64ca7474a..e825dcdd14 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: 81204, + stargazers_count: 98570, } const getStar = async () => {