From 4043a678db2d72df556a7a82e5a1b3050244fe13 Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Sun, 22 Mar 2026 00:16:17 +0100 Subject: [PATCH] fix: add proper empty state to Peak Hours with icon and description --- components/dashboard/PeakHours.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/components/dashboard/PeakHours.tsx b/components/dashboard/PeakHours.tsx index 022412c..733865b 100644 --- a/components/dashboard/PeakHours.tsx +++ b/components/dashboard/PeakHours.tsx @@ -279,9 +279,15 @@ export default function PeakHours({ siteId, dateRange }: PeakHoursProps) { )} ) : ( -
-

- No data available for this period +

+
+ +
+

+ No peak hours yet +

+

+ Once your site receives traffic, this heatmap will show when your visitors are most active.

)}