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}