From c63032f1886faf6bb1eac56a6d4700f5099b536b Mon Sep 17 00:00:00 2001 From: tizian Date: Sun, 19 Jul 2026 16:41:42 +0200 Subject: [PATCH] chane nav contact label; --- src/components/layout/Header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/layout/Header.tsx b/src/components/layout/Header.tsx index ffd1ab1..090f433 100644 --- a/src/components/layout/Header.tsx +++ b/src/components/layout/Header.tsx @@ -8,7 +8,7 @@ import { FaBars, FaTimes } from 'react-icons/fa'; const NAV_LINKS = [ { href: '/#program', label: 'Programm' }, { href: '/#info', label: 'Infos' }, - { href: '/#contact', label: 'Kontakt' }, + { href: '/#contact', label: 'Anfahrt' }, { href: '/impressum', label: 'Impressum' }, ];