From cbefa1b20f736063a6d713c04ddb1acd7b6ebc43 Mon Sep 17 00:00:00 2001 From: prafullnavkar <87638003+prafullnavkar@users.noreply.github.com> Date: Sun, 19 Feb 2023 19:18:12 +0530 Subject: [PATCH] changed header title and added freepdf page --- src/component/Header.js | 7 +++---- src/component/page/freepdf/FreePdf.js | 6 ++++-- 2 files changed, 7 insertions(+), 6 deletions(-) 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 +

); };