From 9f01ccaf6cdb27b009d1f0b6d5b0f9deb1c6fb1e Mon Sep 17 00:00:00 2001 From: ruksan_emirali Date: Thu, 1 Aug 2024 15:43:00 +0100 Subject: [PATCH] link added to menu items --- src/Menu/MenuItems.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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