mirror of
https://github.com/chaitin/SafeLine.git
synced 2026-02-03 07:13:25 +08:00
feat: update github star count
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user