Skip to content

Commit

Permalink
Merge pull request #22 from techswitch-learners/mm-010-menu-links
Browse files Browse the repository at this point in the history
MM.010 link added to menu items
  • Loading branch information
natashabuckham committed Aug 1, 2024
2 parents 2dccee8 + 41a0668 commit 6b13f3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Menu/MenuItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// list of the menu options that will be displayed when clicking on hamburger button
export const menuItems = [
{ label: 'Home', link: '/' },
{ label: 'Quiz', link: '' },
{ label: 'Quiz', link: '/quiz' },
];

0 comments on commit 6b13f3b

Please sign in to comment.