Skip to content

Commit

Permalink
Remove unused div
Browse files Browse the repository at this point in the history
  • Loading branch information
koechkevin committed Oct 25, 2024
1 parent 5d2b408 commit 4a836c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
10 changes: 0 additions & 10 deletions apps/climatemappedafrica/src/components/Hero/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,16 +53,6 @@ function Hero({
}}
>
<Grid container>
<Grid
sx={{
display: {
xs: "none",
md: "block",
},
}}
item
lg={1}
/>
<Grid sx={{ pb: { xs: 5 } }} item xs={12} md={7} lg={6}>
<RichHeader
subtitle={subtitle}
Expand Down
3 changes: 0 additions & 3 deletions apps/climatemappedafrica/src/components/Hero/Hero.snap.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ exports[`<Hero /> renders unchanged 1`] = `
<div
class="MuiGrid-root MuiGrid-container css-11lq3yg-MuiGrid-root"
>
<div
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-aq6k25-MuiGrid-root"
>
Expand Down

0 comments on commit 4a836c4

Please sign in to comment.