diff --git a/src/frontend/src/components/headerComponent/index.tsx b/src/frontend/src/components/headerComponent/index.tsx
index 2973fe61a..ed9c33759 100644
--- a/src/frontend/src/components/headerComponent/index.tsx
+++ b/src/frontend/src/components/headerComponent/index.tsx
@@ -168,50 +168,70 @@ export default function Header(): JSX.Element {
/>
)}
- {!autoLogin && (
- <>
-
-
-
-
-
-
- My Account
-
- {isAdmin && (
+
+ <>
+
+
+
+
+
+
+ General
+
+ navigate("/global-variables")}
+ >
+ Global Variables
+
+
+ navigate("/shortcuts")}
+ >
+ Shortcuts
+
+ {!autoLogin && (
+ <>
+ My Account
+
+ {isAdmin && (
+ navigate("/admin")}
+ >
+ Admin Page
+
+ )}
navigate("/admin")}
+ onClick={() => navigate("/account/settings")}
>
- Admin Page
+ Profile Settings
- )}
- navigate("/account/settings")}
- >
- Profile Settings
-
- {
- logout();
- }}
- >
- Sign Out
-
-
-
- >
- )}
+ {
+ logout();
+ }}
+ >
+ Sign Out
+
+ >
+ )}
+
+
+ >