Skip to content

Commit

Permalink
removed Grid and SectionGridWrapper in TeamsMemberSection
Browse files Browse the repository at this point in the history
  • Loading branch information
RalitsaIlieva committed Jan 3, 2024
1 parent be2105a commit c9cb4f6
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ export default function TeamMembersSection() {

return (
<Root>
<SectionGridWrapper>
<Grid
sx={(theme) => ({
margin: '0 auto',
maxWidth: theme.spacing(95),
})}>
<Heading variant="h4">{t('team-section.heading')}</Heading>
<InfoText maxWidth="lg">{t('team-section.content')}</InfoText>
<Box>
Expand All @@ -36,8 +30,6 @@ export default function TeamMembersSection() {
<OutlinedButton href={routes.about} variant="outlined" endIcon={<ChevronRightIcon />}>
{t('team-section.meet-our-team')}
</OutlinedButton>
</Grid>
</SectionGridWrapper>
</Root>
)
}

0 comments on commit c9cb4f6

Please sign in to comment.