From 53da62646120f8114bc9023a1a2fbcf893587b56 Mon Sep 17 00:00:00 2001 From: filemon Date: Tue, 2 Jun 2026 00:05:06 +0200 Subject: [PATCH] Remove redundant campaign location pin icons Regression-of: ba2c541c --- src/components/AgoraInlinePreview.tsx | 1 - src/components/CampaignCard.tsx | 3 +-- src/pages/CampaignDetailPage.tsx | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/AgoraInlinePreview.tsx b/src/components/AgoraInlinePreview.tsx index 99873a0d..6f378f96 100644 --- a/src/components/AgoraInlinePreview.tsx +++ b/src/components/AgoraInlinePreview.tsx @@ -113,7 +113,6 @@ export function CampaignInlinePreview({ event }: { event: NostrEvent }) { )} {countryLabel && ( - {countryLabel} )} diff --git a/src/components/CampaignCard.tsx b/src/components/CampaignCard.tsx index 33ff36ec..9541deac 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 { CalendarClock, HandHeart, MapPin, ShieldCheck } from 'lucide-react'; +import { CalendarClock, HandHeart, ShieldCheck } from 'lucide-react'; import { AuthorByline } from '@/components/AuthorByline'; import { Card } from '@/components/ui/card'; @@ -248,7 +248,6 @@ export function CampaignCard({ campaign, variant = 'compact', className, footerB
{countryLabel && ( - {countryLabel} )} diff --git a/src/pages/CampaignDetailPage.tsx b/src/pages/CampaignDetailPage.tsx index 533e23f4..d10749d9 100644 --- a/src/pages/CampaignDetailPage.tsx +++ b/src/pages/CampaignDetailPage.tsx @@ -10,7 +10,6 @@ import { CalendarClock, ChevronLeft, HandHeart, - MapPin, Pencil, Share2, ShieldCheck, @@ -987,7 +986,6 @@ function CampaignHeading({
{countryLabel && ( - {countryLabel} )}