Skip to content

Commit

Permalink
link added to menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
RuksanEmirali committed Aug 1, 2024
1 parent bf8f521 commit 9f01cca
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 9f01cca

Please sign in to comment.