diff --git a/website/src/components/StarOnGithub.tsx b/website/src/components/StarOnGithub.tsx index 9b0b42f3..3c48967b 100644 --- a/website/src/components/StarOnGithub.tsx +++ b/website/src/components/StarOnGithub.tsx @@ -11,7 +11,7 @@ export function StarOnGithub({ stars = 0 }: StarOnGithubProps) { const countUpRef = useRef(null) useCountUp({ ref: countUpRef, - start: stars - 10, + start: stars - 20, end: stars, duration: 4, delay: 4,