Skip to content

Commit

Permalink
Update Campaigns section on Homepage (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka authored Oct 16, 2022
1 parent f222deb commit b423e2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/index/sections/CampaignsSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export default function CampaignsSection() {
{t('index:campaign.urgent-campaigns')}
</Heading>
<Grid container justifyContent="center" spacing={2}>
{data?.slice(0, 3).map((campaign, index, array) => (
<Grid key={index} item xs={12} sm={6} lg={4}>
{data?.slice(0, 4).map((campaign, index, array) => (
<Grid key={index} item xs={12} sm={6} lg={3}>
<Box
sx={(theme) => ({
textAlign: 'center',
Expand Down

0 comments on commit b423e2f

Please sign in to comment.