From c64539539d8e57d8ade5f416e6ba887be1e02f73 Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Mon, 1 Jun 2026 17:52:47 +0200 Subject: [PATCH] feat(language-switch-in-footer): remove language switch button component from the navbar --- src/features/nav/components/Navbar.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/features/nav/components/Navbar.vue b/src/features/nav/components/Navbar.vue index f59311f..08f5855 100644 --- a/src/features/nav/components/Navbar.vue +++ b/src/features/nav/components/Navbar.vue @@ -16,7 +16,6 @@ limitations under the License. @@ -28,9 +27,6 @@ import NavbarSearchBarWrapper from './NavbarSearchBarWrapper.vue';