diff --git a/components/dashboard/Campaigns.tsx b/components/dashboard/Campaigns.tsx index e48132f..1134501 100644 --- a/components/dashboard/Campaigns.tsx +++ b/components/dashboard/Campaigns.tsx @@ -9,7 +9,7 @@ import { Modal, ArrowRightIcon } from '@ciphera-net/ui' import { ListSkeleton } from '@/components/skeletons' import { getCampaigns, CampaignStat } from '@/lib/api/stats' import { getReferrerFavicon, getReferrerIcon, getReferrerDisplayName } from '@/lib/utils/icons' -import { Megaphone, ArrowsOutSimpleIcon } from '@phosphor-icons/react' +import { Megaphone, FrameCornersIcon } from '@phosphor-icons/react' import UtmBuilder from '@/components/tools/UtmBuilder' import { type DimensionFilter } from '@/lib/filters' @@ -134,7 +134,7 @@ export default function Campaigns({ siteId, dateRange, filters, onFilter }: Camp className="p-1 text-neutral-300 dark:text-neutral-600 hover:text-brand-orange dark:hover:text-brand-orange transition-colors cursor-pointer rounded" aria-label="View all campaigns" > - + )} diff --git a/components/dashboard/ContentStats.tsx b/components/dashboard/ContentStats.tsx index 6be518c..09486e6 100644 --- a/components/dashboard/ContentStats.tsx +++ b/components/dashboard/ContentStats.tsx @@ -6,7 +6,7 @@ import { logger } from '@/lib/utils/logger' import { formatNumber } from '@ciphera-net/ui' import { useTabListKeyboard } from '@/lib/hooks/useTabListKeyboard' import { TopPage, getTopPages, getEntryPages, getExitPages } from '@/lib/api/stats' -import { ArrowsOutSimpleIcon } from '@phosphor-icons/react' +import { FrameCornersIcon } from '@phosphor-icons/react' import { Modal, ArrowUpRightIcon, LayoutDashboardIcon } from '@ciphera-net/ui' import { ListSkeleton } from '@/components/skeletons' import { type DimensionFilter } from '@/lib/filters' @@ -108,7 +108,7 @@ export default function ContentStats({ topPages, entryPages, exitPages, domain, className="p-1 text-neutral-300 dark:text-neutral-600 hover:text-brand-orange dark:hover:text-brand-orange transition-colors cursor-pointer rounded" aria-label="View all pages" > - + )} diff --git a/components/dashboard/Locations.tsx b/components/dashboard/Locations.tsx index 6211df2..8cff2cb 100644 --- a/components/dashboard/Locations.tsx +++ b/components/dashboard/Locations.tsx @@ -13,7 +13,7 @@ const DottedMap = dynamic(() => import('./DottedMap'), { ssr: false }) const Globe = dynamic(() => import('./Globe'), { ssr: false }) import { Modal, GlobeIcon } from '@ciphera-net/ui' import { ListSkeleton } from '@/components/skeletons' -import { ShieldCheck, Detective, Broadcast, ArrowsOutSimpleIcon } from '@phosphor-icons/react' +import { ShieldCheck, Detective, Broadcast, FrameCornersIcon } from '@phosphor-icons/react' import { getCountries, getCities, getRegions } from '@/lib/api/stats' import { type DimensionFilter } from '@/lib/filters' @@ -212,7 +212,7 @@ export default function Locations({ countries, cities, regions, geoDataLevel = ' className="p-1 text-neutral-300 dark:text-neutral-600 hover:text-brand-orange dark:hover:text-brand-orange transition-colors cursor-pointer rounded" aria-label="View all locations" > - + )} diff --git a/components/dashboard/TechSpecs.tsx b/components/dashboard/TechSpecs.tsx index 282a2f3..caeb3ae 100644 --- a/components/dashboard/TechSpecs.tsx +++ b/components/dashboard/TechSpecs.tsx @@ -6,7 +6,7 @@ import { logger } from '@/lib/utils/logger' import { formatNumber } from '@ciphera-net/ui' import { useTabListKeyboard } from '@/lib/hooks/useTabListKeyboard' import { getBrowserIcon, getOSIcon, getDeviceIcon } from '@/lib/utils/icons' -import { Monitor, ArrowsOutSimpleIcon } from '@phosphor-icons/react' +import { Monitor, FrameCornersIcon } from '@phosphor-icons/react' import { Modal, GridIcon } from '@ciphera-net/ui' import { ListSkeleton } from '@/components/skeletons' import { getBrowsers, getOS, getDevices, getScreenResolutions } from '@/lib/api/stats' @@ -138,7 +138,7 @@ export default function TechSpecs({ browsers, os, devices, screenResolutions, co className="p-1 text-neutral-300 dark:text-neutral-600 hover:text-brand-orange dark:hover:text-brand-orange transition-colors cursor-pointer rounded" aria-label="View all technology" > - + )} diff --git a/components/dashboard/TopReferrers.tsx b/components/dashboard/TopReferrers.tsx index bf055a5..14d50a3 100644 --- a/components/dashboard/TopReferrers.tsx +++ b/components/dashboard/TopReferrers.tsx @@ -5,7 +5,7 @@ import { logger } from '@/lib/utils/logger' import Image from 'next/image' import { formatNumber } from '@ciphera-net/ui' import { getReferrerDisplayName, getReferrerFavicon, getReferrerIcon, mergeReferrersByDisplayName } from '@/lib/utils/icons' -import { ArrowsOutSimpleIcon } from '@phosphor-icons/react' +import { FrameCornersIcon } from '@phosphor-icons/react' import { Modal, GlobeIcon } from '@ciphera-net/ui' import { ListSkeleton } from '@/components/skeletons' import { getTopReferrers, TopReferrer } from '@/lib/api/stats' @@ -96,7 +96,7 @@ export default function TopReferrers({ referrers, collectReferrers = true, siteI className="p-1 text-neutral-300 dark:text-neutral-600 hover:text-brand-orange dark:hover:text-brand-orange transition-colors cursor-pointer rounded" aria-label="View all referrers" > - + )}