From 2fc29dda30669b1f53108a073fd0713d673f9e04 Mon Sep 17 00:00:00 2001 From: Marek Vesely <xvesely4@fi.muni.cz> Date: Thu, 2 May 2024 13:05:03 +0200 Subject: [PATCH] fix: remove exercisePanel modal path and fix link --- frontend/src/components/Navbar/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/Navbar/index.tsx b/frontend/src/components/Navbar/index.tsx index 483d6b329..633069d38 100644 --- a/frontend/src/components/Navbar/index.tsx +++ b/frontend/src/components/Navbar/index.tsx @@ -48,7 +48,7 @@ const navbar = css` const superuserLinks: LinkButtonProps[] = [ { - link: ['/exercisepanel'], + link: ['/exercise-panel'], button: { icon: 'torch', text: 'Exercise management', -- GitLab