Skip to content

Commit

Permalink
Add mobility to mobile menu
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalis0itu committed Oct 10, 2023
1 parent 0a9c88b commit 506d270
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/TopBar/DrawerMenu/DrawerMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ const DrawerMenu = (props) => {
<Divider />
{menuMainButton('services', 'home.buttons.services', 'services')}
<Divider />
{menuMainButton('general.pageLink.mobility', 'home.buttons.mobility', 'mobility')}
<Divider />

{/* Smaller buttons */}
{menuSecondaryButton(
Expand Down

0 comments on commit 506d270

Please sign in to comment.