From 9125dd91d7c5ff9f56b589c27024b446e7d58f4e Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Fri, 4 Apr 2025 20:27:40 +0200 Subject: [PATCH] Update nav labels to German --- constant/Constant.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/constant/Constant.ts b/constant/Constant.ts index b053e9f..0335c99 100644 --- a/constant/Constant.ts +++ b/constant/Constant.ts @@ -7,11 +7,11 @@ export const navLinks = [ { id: 2, url: '#', - label: 'About Us', + label: 'Über uns', }, { id: 3, url: 'contact', - label: 'Contact', + label: 'Kontakt', } ]; \ No newline at end of file