diff --git a/app/share/[id]/page.tsx b/app/share/[id]/page.tsx
index 693a399..6754960 100644
--- a/app/share/[id]/page.tsx
+++ b/app/share/[id]/page.tsx
@@ -5,7 +5,6 @@ import { useParams, useSearchParams, useRouter } from 'next/navigation'
import { getPublicDashboard, type DashboardData } from '@/lib/api/stats'
import { toast } from 'sonner'
import LoadingOverlay from '@/components/LoadingOverlay'
-import StatsCard from '@/components/dashboard/StatsCard'
import Chart from '@/components/dashboard/Chart'
import TopPages from '@/components/dashboard/ContentStats'
import TopReferrers from '@/components/dashboard/TopReferrers'
@@ -156,107 +155,103 @@ export default function PublicDashboardPage() {
return (
-
+
{/* Header */}
-
-
-
-
-
{
- (e.target as HTMLImageElement).src = '/globe.svg'
- }}
- />
- {site.domain}
-
-
+
+
+
+
+
+
+
+
{
+ (e.target as HTMLImageElement).src = '/globe.svg'
+ }}
+ />
+ {site.domain}
+
+
-
-
-
-
- {/* Realtime & Key Stats */}
-
-
-
-
-
-
+ {/* Realtime Indicator - Desktop */}
+
+
+
+
+
+
+ {realtime_visitors} current visitors
+
+
-
Current Visitors
-
{realtime_visitors}
-
-
-
-
-
+
+
+
+
+ {/* Realtime Indicator - Mobile */}
+
+
+
+
+
+
+ {realtime_visitors} current visitors
+
+
{/* Chart */}