Updated the Footer.jsx

This commit is contained in:
2023-11-19 18:55:07 +01:00
parent f6cf19ba17
commit 8349d13ef9

@ -32,7 +32,8 @@ export const Footer = () => {
</div>}
</div>
<div className={"glassy footer-legal" + (isIngame || location.pathname === "/join" ? " ingame" : "")}>
<div className={"glassy footer-legal" + ((isIngame || location.pathname === "/join")
&& location.pathname !== "/end" ? " ingame" : "")}>
<Link to={"/privacy"}>Datenschutz</Link>
<Link to={"/imprint"}>Impressum</Link>
</div>