We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55dbb31 commit 8fc4186Copy full SHA for 8fc4186
src/components/Footer/Footer.jsx
@@ -77,13 +77,13 @@ function Footer() {
77
<Typography variant={"h5"} gutterBottom>Legal</Typography>
78
<Typography>
79
<Link sx={{textDecoration: "none", color: "inherit"}}
80
- href={"https://hackhpi.org/imprint"}>
+ href={"/imprint"}>
81
Imprint
82
</Link>
83
</Typography>
84
85
86
- href={"https://hackhpi.org/privacy"}>
+ href={"/privacy"}>
87
Privacy Policy
88
89
0 commit comments