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}

- +
);