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 (
@@ -15,7 +15,7 @@ const Header = () => { {location.pathname === "/" ? (
- {window.location.host} + Tech Plus Coding
) : ( {
{/* desktop/large device Menu */} -
{
{/* Mobile device Menu */} {isMenuVisible && ( -
+
{ return ( -
-

FreePdf

+
+

+ Currently we working on it +

); };