From 10ff2c4bebbe2c50f604e94ce9dbc777cb3b0c76 Mon Sep 17 00:00:00 2001 From: PxlLoewe <72106766+PxlLoewe@users.noreply.github.com> Date: Sun, 8 Jun 2025 18:38:17 -0700 Subject: [PATCH] added z Index to modeSwitch --- apps/dispatch/app/_components/navbar/ModeSwitchDropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/dispatch/app/_components/navbar/ModeSwitchDropdown.tsx b/apps/dispatch/app/_components/navbar/ModeSwitchDropdown.tsx index e2c59c3f..84fb3ec1 100644 --- a/apps/dispatch/app/_components/navbar/ModeSwitchDropdown.tsx +++ b/apps/dispatch/app/_components/navbar/ModeSwitchDropdown.tsx @@ -11,7 +11,7 @@ export default function ModeSwitchDropdown({ className }: { className?: string } const session = useSession(); return ( -
+
{path.includes("pilot") && "Pilot"} {path.includes("dispatch") && "Leitstelle"}