diff --git a/client/src/common/components/Footer/Footer.jsx b/client/src/common/components/Footer/Footer.jsx index c3ed223..adeb045 100644 --- a/client/src/common/components/Footer/Footer.jsx +++ b/client/src/common/components/Footer/Footer.jsx @@ -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 (