1
0

Updated the Footer.jsx

This commit is contained in:
Mathias Wagner 2023-11-19 18:54:04 +01:00
parent 94a591a739
commit f6cf19ba17
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -16,7 +16,8 @@ export const Footer = () => {
return (
<footer>
<div className={"footer-left" + (isIngame || location.pathname === "/join" ? " ingame" : "")}>
<div className={"footer-left" + ((isIngame || location.pathname === "/join")
&& location.pathname !== "/end" ? " ingame" : "")}>
<a title="BS2AB" href="https://www.bs2ab.de/" target="_blank" rel="noreferrer" className="glassy footer-info">
<img src={Logo} alt="Logo"/>
<h2>Erstellt in Zusammenarbeit mit BS2AB</h2>