From 5a1284e8c2323cf6d9743e9911d29b12ff64e054 Mon Sep 17 00:00:00 2001 From: Liam Date: Thu, 18 Apr 2024 01:22:39 +0100 Subject: [PATCH] set a stat color --- 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 fdb8433..be798de 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}

- +
);