Skip to content

Commit e3502ee

Browse files
committed
Update CountUp component end value to 50 for improved accuracy
1 parent 5e90737 commit e3502ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Pages/MainPage/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const MainPage = () => {
186186
</s.StatsItem>
187187
<s.StatsItem>
188188
<CountUp
189-
end={35}
189+
end={50}
190190
duration={1000}
191191
suffix="TB+"
192192
animate={sub2BottomVisible}
@@ -331,7 +331,7 @@ const MainPage = () => {
331331
</s.StatsItem>
332332
<s.StatsItem>
333333
<CountUp
334-
end={35}
334+
end={50}
335335
duration={1000}
336336
suffix="TB+"
337337
animate={sub2BottomVisible}

0 commit comments

Comments
 (0)