diff --git a/website/src/components/StarOnGithub.tsx b/website/src/components/StarOnGithub.tsx index f5c7070e..86ab414a 100644 --- a/website/src/components/StarOnGithub.tsx +++ b/website/src/components/StarOnGithub.tsx @@ -9,7 +9,7 @@ type StarOnGithubProps = { export function StarOnGithub({ stars = 0 }: StarOnGithubProps) { const countUpRef = useRef(null) - useCountUp({ ref: countUpRef, start: stars - 10, end: stars }) + useCountUp({ ref: countUpRef, start: stars - 10, end: stars, duration: 4 }) return (