1
0

Updated the Footer.jsx

This commit is contained in:
Mathias Wagner 2023-11-19 18:55:07 +01:00
parent f6cf19ba17
commit 8349d13ef9
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -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>