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() {
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 >
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments