diff --git a/app/page.tsx b/app/page.tsx index 04dd558..4501e98 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -400,7 +400,7 @@ export default function HomePage() { ) : null })() ?? ( - @@ -409,11 +409,11 @@ export default function HomePage() { {/* * Global Overview - min-h ensures no layout shift when Plan & usage loads */}
-
+

Total Sites

{sites.length}

-
+

Total Visitors (24h)

{sites.length === 0 || Object.keys(siteStats).length < sites.length diff --git a/app/sites/[id]/cdn/page.tsx b/app/sites/[id]/cdn/page.tsx index 267b6c7..a244b55 100644 --- a/app/sites/[id]/cdn/page.tsx +++ b/app/sites/[id]/cdn/page.tsx @@ -143,7 +143,7 @@ export default function CDNPage() {

-
+
@@ -249,7 +249,7 @@ export default function CDNPage() {
{/* Overview cards */} -
+
) : hasData ? ( -
+
{/* Header */}
Page @@ -72,7 +72,7 @@ export default function FrustrationByPageTable({ pages, loading }: FrustrationBy style={{ width: `${barWidth}%` }} /> {page.page_path} diff --git a/components/behavior/FrustrationTable.tsx b/components/behavior/FrustrationTable.tsx index d16ee4f..8294b95 100644 --- a/components/behavior/FrustrationTable.tsx +++ b/components/behavior/FrustrationTable.tsx @@ -81,7 +81,7 @@ function Row({ return (
-
+
)}
-
+
{(['top_pages', 'entry_pages', 'exit_pages'] as Tab[]).map((tab) => (
-
+
{(['browsers', 'os', 'devices', 'screens'] as Tab[]).map((tab) => (