Skip to content

Commit

Permalink
Fixed navigation to privacy and imprint
Browse files Browse the repository at this point in the history
  • Loading branch information
DerCed committed Feb 15, 2024
1 parent 55dbb31 commit 8fc4186
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ function Footer() {
<Typography variant={"h5"} gutterBottom>Legal</Typography>
<Typography>
<Link sx={{textDecoration: "none", color: "inherit"}}
href={"https://hackhpi.org/imprint"}>
href={"/imprint"}>
Imprint
</Link>
</Typography>
<Typography>
<Link sx={{textDecoration: "none", color: "inherit"}}
href={"https://hackhpi.org/privacy"}>
href={"/privacy"}>
Privacy Policy
</Link>
</Typography>
Expand Down

0 comments on commit 8fc4186

Please sign in to comment.