Skip to content

Commit 3040331

Browse files
change the route for the data protection page
1 parent 18b4b6c commit 3040331

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function App() {
1616
<Route path="/" element={<HomePage />} />
1717
<Route path="/about" element={<AboutPage />} />
1818
<Route path="/contact" element={<ContactPage />} />
19-
<Route path="/data_protection" element={<DataProtectionPage />} />
19+
<Route path="/privacy" element={<DataProtectionPage />} />
2020
<Route path="/imprint" element={<ImprintPage />} />
2121
<Route path="*" element={<NotFoundPage />} />
2222
</Routes>

src/components/footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export const Footer = () => {
6565
</a>
6666
<Link
6767
className="dark:text-gray-500 text-gray-400 hover:dark:text-gray-300 hover:underline underline-offset-2 flex items-center transition-colors"
68-
to="/data_protection"
68+
to="/privacy"
6969
>
7070
<ShieldCheck className="w-4 h-4 mr-2" />
7171
Datenschutz

0 commit comments

Comments
 (0)