diff --git a/src/Menu/MenuItems.tsx b/src/Menu/MenuItems.tsx index f929599..a766252 100644 --- a/src/Menu/MenuItems.tsx +++ b/src/Menu/MenuItems.tsx @@ -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' }, ]; \ No newline at end of file