Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Oct 25, 2024
1 parent 81ac2ac commit 5d2b408
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 2 additions & 7 deletions apps/climatemappedafrica/src/components/Hero/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function Hero({
<Section
sx={{
paddingBottom: { xs: "40px", md: "22px", lg: "22px" },
px: 0,
}}
>
<Grid container>
Expand All @@ -62,13 +63,7 @@ function Hero({
item
lg={1}
/>
<Grid
sx={{ px: { xs: 2.5 }, pb: { xs: 5 } }}
item
xs={12}
md={7}
lg={6}
>
<Grid sx={{ pb: { xs: 5 } }} item xs={12} md={7} lg={6}>
<RichHeader
subtitle={subtitle}
TitleProps={{
Expand Down
4 changes: 2 additions & 2 deletions apps/climatemappedafrica/src/components/Hero/Hero.snap.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ exports[`<Hero /> renders unchanged 1`] = `
/>
</div>
<div
class="makeStyles-root-5 makeStyles-root-3 makeStyles-root-1 makeStyles-fixed-2 MuiBox-root css-ihladk"
class="makeStyles-root-5 makeStyles-root-3 makeStyles-root-1 makeStyles-fixed-2 MuiBox-root css-1gf8bce"
>
<div
class="MuiGrid-root MuiGrid-container css-11lq3yg-MuiGrid-root"
Expand All @@ -26,7 +26,7 @@ exports[`<Hero /> renders unchanged 1`] = `
class="MuiGrid-root MuiGrid-item MuiGrid-grid-lg-1 css-1jqjbj5-MuiGrid-root"
/>
<div
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-7 MuiGrid-grid-lg-6 css-1m8qxtw-MuiGrid-root"
class="MuiGrid-root MuiGrid-item MuiGrid-grid-xs-12 MuiGrid-grid-md-7 MuiGrid-grid-lg-6 css-aq6k25-MuiGrid-root"
>
<header
class="MuiBox-root css-0"
Expand Down

0 comments on commit 5d2b408

Please sign in to comment.