File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ function App() {
16
16
< Route path = "/" element = { < HomePage /> } />
17
17
< Route path = "/about" element = { < AboutPage /> } />
18
18
< Route path = "/contact" element = { < ContactPage /> } />
19
- < Route path = "/data_protection " element = { < DataProtectionPage /> } />
19
+ < Route path = "/privacy " element = { < DataProtectionPage /> } />
20
20
< Route path = "/imprint" element = { < ImprintPage /> } />
21
21
< Route path = "*" element = { < NotFoundPage /> } />
22
22
</ Routes >
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ export const Footer = () => {
65
65
</ a >
66
66
< Link
67
67
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 "
69
69
>
70
70
< ShieldCheck className = "w-4 h-4 mr-2" />
71
71
Datenschutz
You can’t perform that action at this time.
0 commit comments