diff --git a/frontend/src/components/Navbar/index.tsx b/frontend/src/components/Navbar/index.tsx
index 483d6b3299f320bd2854fa74f04a7f771c93a027..633069d38aa3b41f2b61e0f142cec7b433044bbc 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',