From bc299fe9a003ab86c839fdd7380089c3a244d4b1 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Thu, 12 Mar 2026 00:27:17 +0100 Subject: [PATCH] fix: increase Peak Hours grid row height --- components/dashboard/PeakHours.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/dashboard/PeakHours.tsx b/components/dashboard/PeakHours.tsx index a5e8c5a..138e51f 100644 --- a/components/dashboard/PeakHours.tsx +++ b/components/dashboard/PeakHours.tsx @@ -137,7 +137,7 @@ export default function PeakHours({ siteId, dateRange }: PeakHoursProps) { ) : hasData ? ( <> -
+
{grid.map((hours, dayIdx) => (
@@ -154,7 +154,7 @@ export default function PeakHours({ siteId, dateRange }: PeakHoursProps) {