diff --git a/src/components/index/sections/CampaignsSection.tsx b/src/components/index/sections/CampaignsSection.tsx index 2c9abd80c..c188b90c9 100644 --- a/src/components/index/sections/CampaignsSection.tsx +++ b/src/components/index/sections/CampaignsSection.tsx @@ -81,7 +81,7 @@ export default function CampaignsSection() { {t('index:campaign.urgent-campaigns')} - {data?.slice(0, 4).map((campaign, index, array) => ( + {data?.slice(0, 8).map((campaign, index, array) => ( ({