diff --git a/src/component/Header.js b/src/component/Header.js index c747ea6..8c1464f 100644 --- a/src/component/Header.js +++ b/src/component/Header.js @@ -6,7 +6,7 @@ import { useLocation } from "react-router-dom"; const Header = () => { const location = useLocation(); const [isMenuVisible, setIsMenuVisible] = useState(false); - console.log("host", window.location.host); + // console.log("host", window.location); return (