Skip to content

Commit

Permalink
fix: remove title / typography
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelstan committed Dec 21, 2021
1 parent 5b0f8c0 commit 15d5cc5
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/pages/top.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ const useStyles = makeStyles()((theme) => ({
maxWidth: '100%',
boxSizing: 'border-box',
},
title: {
fontFamily: 'Montserrat',
fontStyle: 'normal',
fontWeight: '600',
fontSize: '32px',
lineHeight: '39px',
/* identical to box height */
display: 'flex',
alignItems: 'center',
color: '#474B4F',
},
title2: {
fontFamily: 'Montserrat',
fontStyle: 'normal',
Expand Down Expand Up @@ -72,9 +61,6 @@ export default function Top({ trees, countries }) {
<Box sx={{ display: 'flex', justifyContent: 'flex-end' }}>
<Filter onFilter={handleFilter} />
</Box>
<Typography variant="h2" className={classes.title}>
Featured Trees
</Typography>
<Box>
<FeaturedTreesSlider trees={trees} />
</Box>
Expand Down

0 comments on commit 15d5cc5

Please sign in to comment.