From de41a0e29df167eeef6e78446dcf49a28561e625 Mon Sep 17 00:00:00 2001 From: Marc Mintel Date: Sun, 14 Jun 2026 23:47:25 +0200 Subject: [PATCH] fix(nav): simplify standorte in dropdown --- app/[locale]/layout.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app/[locale]/layout.tsx b/app/[locale]/layout.tsx index 550b495ec..5088a8874 100644 --- a/app/[locale]/layout.tsx +++ b/app/[locale]/layout.tsx @@ -94,11 +94,7 @@ export default async function Layout(props: { { label: safeLocale === 'de' ? 'Firma' : 'Company', url: `/${safeLocale}/${await mapFileSlugToTranslated('ueber-uns', safeLocale)}` }, { label: safeLocale === 'de' ? 'Unser Team' : 'Our Team', url: `/${safeLocale}/team` }, { label: safeLocale === 'de' ? 'Zertifikate' : 'Certificates', url: `/${safeLocale}/zertifikate` }, - { label: safeLocale === 'de' ? 'Standorte' : 'Locations', url: '#', isGroupLabel: true }, - { label: safeLocale === 'de' ? 'Alle Standorte' : 'Locations Overview', url: `/${safeLocale}/standorte` }, - { label: 'Guben (HQ)', url: `/${safeLocale}/standorte/guben` }, - { label: 'Kirchheilingen', url: `/${safeLocale}/standorte/kirchheilingen` }, - { label: 'Bülstedt', url: `/${safeLocale}/standorte/buelstedt` } + { label: safeLocale === 'de' ? 'Standorte' : 'Locations', url: `/${safeLocale}/standorte` } ] }, {