diff --git a/client/src/components/Footer.tsx b/client/src/components/Footer.tsx index 7c54cd7..0297b52 100644 --- a/client/src/components/Footer.tsx +++ b/client/src/components/Footer.tsx @@ -1,6 +1,9 @@ import logoWhite from "@assets/logo_white_1759167910147.png"; +import { useLocation } from "wouter"; export default function Footer() { + const [, setLocation] = useLocation(); + return (