diff --git a/src/components/CampaignCard.tsx b/src/components/CampaignCard.tsx index 1932e215..82c57fd4 100644 --- a/src/components/CampaignCard.tsx +++ b/src/components/CampaignCard.tsx @@ -201,7 +201,7 @@ export function CampaignCard({ campaign, variant = 'compact', className, footerB /> ) : (
- +
)} diff --git a/src/components/profile/ProfilePledgesTab.tsx b/src/components/profile/ProfilePledgesTab.tsx index f2f465a8..7edb19da 100644 --- a/src/components/profile/ProfilePledgesTab.tsx +++ b/src/components/profile/ProfilePledgesTab.tsx @@ -51,7 +51,7 @@ export function ProfilePledgesTab({
- +

{isOwnProfile ? t('profile.pledgesTab.emptySelf') diff --git a/src/pages/AllCampaignsPage.tsx b/src/pages/AllCampaignsPage.tsx index 96ce64d4..751f51b9 100644 --- a/src/pages/AllCampaignsPage.tsx +++ b/src/pages/AllCampaignsPage.tsx @@ -201,7 +201,7 @@ export function AllCampaignsPage() { ) : visible.length === 0 ? ( - +

{activeQuery ? ( <> diff --git a/src/pages/CampaignDetailPage.tsx b/src/pages/CampaignDetailPage.tsx index f4028990..5b20d426 100644 --- a/src/pages/CampaignDetailPage.tsx +++ b/src/pages/CampaignDetailPage.tsx @@ -887,7 +887,7 @@ function CampaignHero({ ) : (
- +
)} diff --git a/src/pages/CampaignsPage.tsx b/src/pages/CampaignsPage.tsx index b7b3fd62..c089df4c 100644 --- a/src/pages/CampaignsPage.tsx +++ b/src/pages/CampaignsPage.tsx @@ -451,7 +451,7 @@ function EmptyState() { return ( - +

{t('campaigns.home.empty')}

diff --git a/src/pages/MyDashboardPage.tsx b/src/pages/MyDashboardPage.tsx index 29dc1be0..b0c12afc 100644 --- a/src/pages/MyDashboardPage.tsx +++ b/src/pages/MyDashboardPage.tsx @@ -479,7 +479,7 @@ function CampaignsSection({ {!isLoading && !hasCampaigns ? (

} + icon={} title="No campaigns yet" body="Start a fundraiser, tell your story, and share it with the world." ctaLabel="Start a campaign"