From 5cc3cca2d74c3fea124d60b0b083ceff714de28e Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 12 Oct 2024 20:18:14 +0100 Subject: [PATCH] increase count up duration --- projects/website/src/components/home/statistic.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/website/src/components/home/statistic.tsx b/projects/website/src/components/home/statistic.tsx index e090ef1..a055384 100644 --- a/projects/website/src/components/home/statistic.tsx +++ b/projects/website/src/components/home/statistic.tsx @@ -10,7 +10,7 @@ type Statistic = { export default function Statistic({ title, value }: Statistic) { return (

- {title}: + {title}:

); }