Skip to content

Commit

Permalink
changed: urgent campaigns appear on two rows on first page (#1071)
Browse files Browse the repository at this point in the history
Co-authored-by: quantum-grit <[email protected]>
  • Loading branch information
quantum-grit and quantum-grit authored Oct 22, 2022
1 parent a29c77f commit 9b82323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index/sections/CampaignsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default function CampaignsSection() {
{t('index:campaign.urgent-campaigns')}
</Heading>
<Grid container justifyContent="center" spacing={4}>
{data?.slice(0, 4).map((campaign, index, array) => (
{data?.slice(0, 8).map((campaign, index, array) => (
<Grid key={index} item xs={12} sm={6} lg={3}>
<Box
sx={(theme) => ({
Expand Down

0 comments on commit 9b82323

Please sign in to comment.