increase count up duration
All checks were successful
Deploy Website / deploy (push) Successful in 3m35s
All checks were successful
Deploy Website / deploy (push) Successful in 3m35s
This commit is contained in:
parent
3f2dd7ea90
commit
5cc3cca2d7
@ -10,7 +10,7 @@ type Statistic = {
|
|||||||
export default function Statistic({ title, value }: Statistic) {
|
export default function Statistic({ title, value }: Statistic) {
|
||||||
return (
|
return (
|
||||||
<p className="text-center">
|
<p className="text-center">
|
||||||
{title}: <CountUp end={value} duration={0.75} />
|
{title}: <CountUp end={value} duration={1.2} />
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user