Skip to content

Commit 8fc4186

Browse files
committed
Fixed navigation to privacy and imprint
1 parent 55dbb31 commit 8fc4186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Footer/Footer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ function Footer() {
7777
<Typography variant={"h5"} gutterBottom>Legal</Typography>
7878
<Typography>
7979
<Link sx={{textDecoration: "none", color: "inherit"}}
80-
href={"https://hackhpi.org/imprint"}>
80+
href={"/imprint"}>
8181
Imprint
8282
</Link>
8383
</Typography>
8484
<Typography>
8585
<Link sx={{textDecoration: "none", color: "inherit"}}
86-
href={"https://hackhpi.org/privacy"}>
86+
href={"/privacy"}>
8787
Privacy Policy
8888
</Link>
8989
</Typography>

0 commit comments

Comments
 (0)