Updated the Footer.jsx
This commit is contained in:
parent
f6cf19ba17
commit
8349d13ef9
@ -32,7 +32,8 @@ export const Footer = () => {
|
|||||||
</div>}
|
</div>}
|
||||||
</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={"/privacy"}>Datenschutz</Link>
|
||||||
<Link to={"/imprint"}>Impressum</Link>
|
<Link to={"/imprint"}>Impressum</Link>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user