From b91041ffb41c202074fa1bb1fb79e4a2f1d2e75b Mon Sep 17 00:00:00 2001 From: "delong.wang" Date: Fri, 24 Nov 2023 16:01:57 +0800 Subject: [PATCH] feat: update github star count --- website/src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/index.tsx b/website/src/pages/index.tsx index 1463a49..b58487c 100644 --- a/website/src/pages/index.tsx +++ b/website/src/pages/index.tsx @@ -52,7 +52,7 @@ export default function Home({ total } : { total: number }) { duration: 2, }); anim.start(); - const startAnim = new countUpModule.CountUp(startRef.current!, Math.max(0, 6.3), { + const startAnim = new countUpModule.CountUp(startRef.current!, Math.max(0, 6.4), { duration: 2, decimalPlaces: 1, });