From 42db88b3ca35504444ba7211acc87485254cf0c3 Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Mon, 9 Jun 2025 08:57:38 +0200 Subject: [PATCH] Update Impressum and Datenschutz links to new `/imprint` and `/privacy` paths in Navbar and Footer. --- lawfirm-demos/demo-1/app/{impressum => imprint}/page.tsx | 0 lawfirm-demos/demo-1/app/{datenschutz => privacy}/page.tsx | 0 lawfirm-demos/demo-1/components/Footer.tsx | 4 ++-- lawfirm-demos/demo-1/components/Navbar.tsx | 4 ++-- 4 files changed, 4 insertions(+), 4 deletions(-) rename lawfirm-demos/demo-1/app/{impressum => imprint}/page.tsx (100%) rename lawfirm-demos/demo-1/app/{datenschutz => privacy}/page.tsx (100%) diff --git a/lawfirm-demos/demo-1/app/impressum/page.tsx b/lawfirm-demos/demo-1/app/imprint/page.tsx similarity index 100% rename from lawfirm-demos/demo-1/app/impressum/page.tsx rename to lawfirm-demos/demo-1/app/imprint/page.tsx diff --git a/lawfirm-demos/demo-1/app/datenschutz/page.tsx b/lawfirm-demos/demo-1/app/privacy/page.tsx similarity index 100% rename from lawfirm-demos/demo-1/app/datenschutz/page.tsx rename to lawfirm-demos/demo-1/app/privacy/page.tsx diff --git a/lawfirm-demos/demo-1/components/Footer.tsx b/lawfirm-demos/demo-1/components/Footer.tsx index 170863b..72eb784 100644 --- a/lawfirm-demos/demo-1/components/Footer.tsx +++ b/lawfirm-demos/demo-1/components/Footer.tsx @@ -9,8 +9,8 @@ export default function Footer() {

© {new Date().getFullYear()} Kanzlei Mustermann. Alle Rechte vorbehalten.

- Impressum - Datenschutz + Impressum + Datenschutz
diff --git a/lawfirm-demos/demo-1/components/Navbar.tsx b/lawfirm-demos/demo-1/components/Navbar.tsx index d789b7c..e0d59d2 100644 --- a/lawfirm-demos/demo-1/components/Navbar.tsx +++ b/lawfirm-demos/demo-1/components/Navbar.tsx @@ -18,8 +18,8 @@ export default function Navbar() {
Start Über uns - Impressum - Datenschutz + Impressum + Datenschutz