From 5875568273a022149e4ea07bb28de88f3db5c0cb Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sat, 18 Nov 2023 23:38:15 +0100 Subject: [PATCH] Updated the Footer.jsx --- client/src/common/components/Footer/Footer.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (