diff --git a/components/dashboard/Campaigns.tsx b/components/dashboard/Campaigns.tsx index 841a549..ef5eb3d 100644 --- a/components/dashboard/Campaigns.tsx +++ b/components/dashboard/Campaigns.tsx @@ -125,6 +125,9 @@ export default function Campaigns({ siteId, dateRange, filters, onFilter }: Camp
+

+ Campaigns +

{showViewAll && ( )} -

- Campaigns -

)} -

- Pages -

{(['top_pages', 'entry_pages', 'exit_pages'] as Tab[]).map((tab) => ( diff --git a/components/dashboard/Locations.tsx b/components/dashboard/Locations.tsx index cb8019d..e5bad73 100644 --- a/components/dashboard/Locations.tsx +++ b/components/dashboard/Locations.tsx @@ -203,6 +203,9 @@ export default function Locations({ countries, cities, regions, geoDataLevel = '
+

+ Locations +

{showViewAll && ( )} -

- Locations -

{(['map', 'globe', 'countries', 'regions', 'cities'] as Tab[]).map((tab) => ( diff --git a/components/dashboard/TechSpecs.tsx b/components/dashboard/TechSpecs.tsx index c54788f..ef18bc7 100644 --- a/components/dashboard/TechSpecs.tsx +++ b/components/dashboard/TechSpecs.tsx @@ -129,6 +129,9 @@ export default function TechSpecs({ browsers, os, devices, screenResolutions, co
+

+ Technology +

{showViewAll && ( )} -

- Technology -

{(['browsers', 'os', 'devices', 'screens'] as Tab[]).map((tab) => ( diff --git a/components/dashboard/TopReferrers.tsx b/components/dashboard/TopReferrers.tsx index c527e0b..d31ba02 100644 --- a/components/dashboard/TopReferrers.tsx +++ b/components/dashboard/TopReferrers.tsx @@ -87,6 +87,9 @@ export default function TopReferrers({ referrers, collectReferrers = true, siteI
+

+ Referrers +

{showViewAll && ( )} -

- Referrers -