diff --git a/components/dashboard/ContentStats.tsx b/components/dashboard/ContentStats.tsx
index 38e7209..4f37eaa 100644
--- a/components/dashboard/ContentStats.tsx
+++ b/components/dashboard/ContentStats.tsx
@@ -159,7 +159,7 @@ export default function ContentStats({ topPages, entryPages, exitPages, domain,
className={`relative flex items-center justify-between h-9 group hover:bg-neutral-50/50 dark:hover:bg-neutral-800/50 rounded-lg px-2 -mx-2 transition-colors${onFilter ? ' cursor-pointer' : ''}`}
>
diff --git a/components/dashboard/Locations.tsx b/components/dashboard/Locations.tsx
index 147963f..aad4c17 100644
--- a/components/dashboard/Locations.tsx
+++ b/components/dashboard/Locations.tsx
@@ -306,7 +306,7 @@ export default function Locations({ countries, cities, regions, geoDataLevel = '
className={`relative flex items-center justify-between h-9 group hover:bg-neutral-50/50 dark:hover:bg-neutral-800/50 rounded-lg px-2 -mx-2 transition-colors${canFilter ? ' cursor-pointer' : ''}`}
>
diff --git a/components/dashboard/TechSpecs.tsx b/components/dashboard/TechSpecs.tsx
index d40f0ef..f18920e 100644
--- a/components/dashboard/TechSpecs.tsx
+++ b/components/dashboard/TechSpecs.tsx
@@ -191,7 +191,7 @@ export default function TechSpecs({ browsers, os, devices, screenResolutions, co
className={`relative flex items-center justify-between h-9 group hover:bg-neutral-50/50 dark:hover:bg-neutral-800/50 rounded-lg px-2 -mx-2 transition-colors${canFilter ? ' cursor-pointer' : ''}`}
>
diff --git a/components/dashboard/TopReferrers.tsx b/components/dashboard/TopReferrers.tsx
index c8f5ce2..d7b5330 100644
--- a/components/dashboard/TopReferrers.tsx
+++ b/components/dashboard/TopReferrers.tsx
@@ -123,7 +123,7 @@ export default function TopReferrers({ referrers, collectReferrers = true, siteI
className={`relative flex items-center justify-between h-9 group hover:bg-neutral-50/50 dark:hover:bg-neutral-800/50 rounded-lg px-2 -mx-2 transition-colors${onFilter ? ' cursor-pointer' : ''}`}
>
diff --git a/components/journeys/TopPathsTable.tsx b/components/journeys/TopPathsTable.tsx
index 72bdcd1..50660bb 100644
--- a/components/journeys/TopPathsTable.tsx
+++ b/components/journeys/TopPathsTable.tsx
@@ -61,7 +61,7 @@ export default function TopPathsTable({ paths, loading }: TopPathsTableProps) {
>
{/* Background bar */}