diff --git a/components/dashboard/Campaigns.tsx b/components/dashboard/Campaigns.tsx index 96e7465..b2d406c 100644 --- a/components/dashboard/Campaigns.tsx +++ b/components/dashboard/Campaigns.tsx @@ -1,9 +1,11 @@ 'use client' import { useState, useEffect } from 'react' +import Link from 'next/link' import { formatNumber } from '@/lib/utils/format' -import { Modal } from '@ciphera-net/ui' +import { Modal, ArrowRightIcon } from '@ciphera-net/ui' import { getCampaigns, CampaignStat } from '@/lib/api/stats' +import { FaBullhorn } from 'react-icons/fa' interface CampaignsProps { siteId: string @@ -75,45 +77,58 @@ export default function Campaigns({ siteId, dateRange }: CampaignsProps) { )} -
Loading...
+ {isLoading ? ( +Loading...
+No campaign data available
+
+ Add utm_source, utm_medium, and utm_campaign parameters to your links to see them here.
+