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 /> ) : (
{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 ? (
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 ? (
{t('campaigns.home.empty')}