Skip to content

Commit

Permalink
More counting
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Jan 17, 2024
1 parent 574d457 commit 66f5b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/StarOnGithub.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function StarOnGithub({ stars = 0 }: StarOnGithubProps) {
const countUpRef = useRef<HTMLSpanElement | null>(null)
useCountUp({
ref: countUpRef,
start: stars - 10,
start: stars - 20,
end: stars,
duration: 4,
delay: 4,
Expand Down

1 comment on commit 66f5b79

@vercel
Copy link

@vercel vercel bot commented on 66f5b79 Jan 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

spacex-fuse – ./examples/spacex

spacex-fuse.vercel.app
spacex-fuse-stellate.vercel.app
spacex-fuse-git-main-stellate.vercel.app

Please sign in to comment.