diff --git a/src/components/AgoraInlinePreview.tsx b/src/components/AgoraInlinePreview.tsx index 39daae9d..deeb6e86 100644 --- a/src/components/AgoraInlinePreview.tsx +++ b/src/components/AgoraInlinePreview.tsx @@ -101,7 +101,6 @@ export function CampaignInlinePreview({ event }: { event: NostrEvent }) { )} {countryLabel && ( - {countryLabel} )} diff --git a/src/components/CampaignCard.tsx b/src/components/CampaignCard.tsx index b0a3693c..64005b1c 100644 --- a/src/components/CampaignCard.tsx +++ b/src/components/CampaignCard.tsx @@ -2,7 +2,7 @@ import { useMemo } from 'react'; import type { ReactNode } from 'react'; import { useTranslation } from 'react-i18next'; import { Link } from 'react-router-dom'; -import { HandHeart, MapPin, ShieldCheck } from 'lucide-react'; +import { HandHeart, ShieldCheck } from 'lucide-react'; import { AuthorByline } from '@/components/AuthorByline'; import { Card } from '@/components/ui/card'; @@ -236,7 +236,6 @@ export function CampaignCard({ campaign, variant = 'compact', className, footerB
{countryLabel && ( - {countryLabel} )} diff --git a/src/pages/CampaignDetailPage.tsx b/src/pages/CampaignDetailPage.tsx index 3b73f278..1bdf086b 100644 --- a/src/pages/CampaignDetailPage.tsx +++ b/src/pages/CampaignDetailPage.tsx @@ -8,7 +8,6 @@ import type { NostrEvent } from '@nostrify/nostrify'; import { ChevronLeft, HandHeart, - MapPin, Pencil, Share2, ShieldCheck, @@ -968,7 +967,6 @@ function CampaignHeading({
{countryLabel && ( - {countryLabel} )}