From 74618c8ccedadc876400933370ff8e08305c51a0 Mon Sep 17 00:00:00 2001 From: Liam Date: Sat, 20 Apr 2024 14:28:26 +0100 Subject: [PATCH] change the stat cards to use the same card background as the rest of the site --- 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 b68652d..f3e5125 100644 --- a/src/app/components/stat.tsx +++ b/src/app/components/stat.tsx @@ -20,7 +20,7 @@ type StatProps = { export function Stat({ title, value, icon }: StatProps): ReactElement { return ( -
+
{icon}

{title}