Skip to content

Commit

Permalink
Add facebook events link to drawer
Browse files Browse the repository at this point in the history
  • Loading branch information
diogotcorreia committed Aug 1, 2022
1 parent 686f00b commit 2b17b4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/components/navbar/CategoryDrawer.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ const CategoryDrawer = ({ mobile, open, setOpen }) => {
</div>
<Divider />
<List>
<Link href={process.env.footer.facebookEvents} passHref>
<ListItem button component={MUILink} color='inherit' underline='none'>
<ListItemText>Agenda de Eventos</ListItemText>
</ListItem>
</Link>
<Link href='/newsroom' passHref>
<ListItem button component={MUILink} color='inherit' underline='none'>
<ListItemText>Destaques</ListItemText>
Expand Down

0 comments on commit 2b17b4e

Please sign in to comment.