From 5678e13afbfd7245a65f859a847c58a3d439d564 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Wed, 24 Sep 2025 14:40:30 -0700 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20show=20selection=20on=20all=20/?= =?UTF-8?q?teams=20routes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/components/Navigation.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 + /