diff --git a/app/share/[id]/page.tsx b/app/share/[id]/page.tsx index c408fa2..5ed4452 100644 --- a/app/share/[id]/page.tsx +++ b/app/share/[id]/page.tsx @@ -199,7 +199,7 @@ export default function PublicDashboardPage() { if (isPasswordProtected && !data) { return (
-
+
diff --git a/app/sites/[id]/funnels/[funnelId]/page.tsx b/app/sites/[id]/funnels/[funnelId]/page.tsx index fa2fbae..3695f52 100644 --- a/app/sites/[id]/funnels/[funnelId]/page.tsx +++ b/app/sites/[id]/funnels/[funnelId]/page.tsx @@ -225,7 +225,7 @@ export default function FunnelReportPage() { const data = payload[0].payload; return (
-
+
{formattedDate}
{stat && stat.total_checks > 0 ? (
@@ -305,7 +305,7 @@ function ResponseTimeChart({ checks }: { checks: UptimeCheck[] }) { if (!active || !payload?.length) return null return (
{showProtocolDropdown && ( -
+