Updated the Footer.jsx

This commit is contained in:
2023-11-18 23:38:15 +01:00
parent 8f9ce7298d
commit 5875568273

@ -7,7 +7,7 @@ import {faHome} from "@fortawesome/free-solid-svg-icons";
export const Footer = () => {
const location = useLocation();
const isLegalPage = location.pathname === "/imprint" || location.pathname === "/privacy";
const isLegalPage = location.pathname === "/imprint" || location.pathname === "/privacy" || location.pathname === "/end";
return (
<footer>