From 9b82323981459c59946ed9aa728158ddc6a45b19 Mon Sep 17 00:00:00 2001 From: quantum-grit <91589884+quantum-grit@users.noreply.github.com> Date: Sat, 22 Oct 2022 11:32:11 +0300 Subject: [PATCH] changed: urgent campaigns appear on two rows on first page (#1071) Co-authored-by: quantum-grit --- src/components/index/sections/CampaignsSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) => ( ({