Skip to content

Commit

Permalink
remove 2023 current sponsors from home
Browse files Browse the repository at this point in the history
  • Loading branch information
mirianfsilva committed May 17, 2024
1 parent dc7ddda commit 162305e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SponsorsHome/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function SponsorsHome(props) {
<section className={classes.root}>
<Container className={classes.container}>
<Grid container spacing={12}>
<Grid item xs={12}>
{/* <Grid item xs={12}>
<Typography variant="h3" marked="center" align="center" component="h2" className={classes.title}>
2023 Current Sponsors
</Typography>
Expand All @@ -157,7 +157,7 @@ function SponsorsHome(props) {
</Link>
</div>
</Grid>
))}
))} */}
<Grid container spacing={12}>
<Grid item xs={12}>
<Typography variant="h3" marked="center" align="center" component="h2" className={classes.title}>
Expand Down

0 comments on commit 162305e

Please sign in to comment.