From 9df69068df54e6b7b669a54921b2c70b655a0550 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 18 Apr 2024 03:00:30 +0100 Subject: [PATCH] make the stat load duration longer --- src/app/components/stat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/stat.tsx b/src/app/components/stat.tsx index be798de..b9e86eb 100644 --- a/src/app/components/stat.tsx +++ b/src/app/components/stat.tsx @@ -13,7 +13,7 @@ export function Stat({ title, value, icon }: StatProps): ReactElement {
{icon}

{title}

- +
);