Skip to content

Commit

Permalink
Speed up the counter
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisbattarbee committed Apr 2, 2024
1 parent ff5fa42 commit 3094f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statusphere-frontend/src/components/CompanyCount.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function CompanyCount(props: CompanyCountProps) {
} else {
clearInterval(interval);
}
}, 5);
}, 2);
}, []);

return <div className="flex justify-center">
Expand Down

0 comments on commit 3094f26

Please sign in to comment.