Skip to content

Commit

Permalink
fix: Change nesting for full-width display of "meet our partners" sec…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
natemate90 committed Jan 10, 2025
1 parent bf1e8f9 commit e06f549
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions nextjs/src/app/homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,21 +125,21 @@ export default async function Homepage({
</SectionCardWide>
)
})}
{meet_our_partners && (
<Container background="white" padding="both-padding">
<SectionGroup
title={meet_our_partners.title}
text={meet_our_partners.intro}
align="center"
>
<ButtonGroup
ctas={meet_our_partners.ctas.map(mapCta)}
align={"center"}
/>
<Hallmarks hallmarksId={our_partners.documentId} />
</SectionGroup>
</Container>
)}
</SectionGroup>
</Container>
)}
{meet_our_partners && (
<Container background="white" padding="both-padding">
<SectionGroup
title={meet_our_partners.title}
text={meet_our_partners.intro}
align="center"
>
<ButtonGroup
ctas={meet_our_partners.ctas.map(mapCta)}
align={"center"}
/>
<Hallmarks hallmarksId={our_partners.documentId} />
</SectionGroup>
</Container>
)}
Expand Down

0 comments on commit e06f549

Please sign in to comment.