diff --git a/src/components/app-layout.tsx b/src/components/app-layout.tsx index 7ddfe5a0..e2a2475c 100644 --- a/src/components/app-layout.tsx +++ b/src/components/app-layout.tsx @@ -82,7 +82,8 @@ const AppNavigation = () => { active={ asPath === "/map" || asPath.includes("municipality") || - asPath.includes("canton") + asPath.includes("canton") || + asPath.includes("operator") } href={"/map"} //FIXME: alter MenuButton for searchbar spacing