From e12cc6592e94f595bf059754202accdd6b01d3dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 1 Mar 2026 10:04:30 +0100 Subject: [PATCH] fix: landing page stats grid --- components/Stats.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Stats.tsx b/components/Stats.tsx index 80b5ee8..10786da 100644 --- a/components/Stats.tsx +++ b/components/Stats.tsx @@ -11,7 +11,7 @@ export default function Stats() { return (
-
+
{stats.map((stat, i) => { const Icon = stat.icon; return (