diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte index e1a5eee0..2247542c 100644 --- a/src/lib/components/Navigation.svelte +++ b/src/lib/components/Navigation.svelte @@ -66,7 +66,7 @@ // For gallery/teams, we need to check for /teams paths if (href === galleryHref) { - return path === href || path.startsWith(localizeHref('/teams')) + return path === href } // Exact match or starts with href + /