From bef973023ba678313c9a5356b0ee8b5654da67cf Mon Sep 17 00:00:00 2001 From: ChineseChikki Date: Sat, 21 Jan 2023 08:10:34 +0100 Subject: [PATCH] broken navBar fixed --- src/component/Footer/Main.js | 10 +++++----- src/component/Navbar/Main.js | 2 +- src/routes/index.js | 2 -- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/component/Footer/Main.js b/src/component/Footer/Main.js index c833b5c..518759d 100644 --- a/src/component/Footer/Main.js +++ b/src/component/Footer/Main.js @@ -100,7 +100,7 @@ const Main = ({ footer }) => { FAQs
  • - How it works + How it works
  • Terms & conditions @@ -237,7 +237,7 @@ const Main = ({ footer }) => { FAQs
  • - How it works + How it works
  • Terms & conditions @@ -367,7 +367,7 @@ const Main = ({ footer }) => { Support
  • - How it works + How it works
  • Terms & conditions @@ -492,7 +492,7 @@ const Main = ({ footer }) => { Support
  • - How it works + How it works
  • Terms & conditions @@ -624,7 +624,7 @@ const Main = ({ footer }) => { Support
  • - How it works + How it works
  • Terms & conditions diff --git a/src/component/Navbar/Main.js b/src/component/Navbar/Main.js index 55c37ee..d057b98 100644 --- a/src/component/Navbar/Main.js +++ b/src/component/Navbar/Main.js @@ -134,7 +134,7 @@ const Main = ({navbar}) => { Features
  • - How it works + How it works
  • Blog diff --git a/src/routes/index.js b/src/routes/index.js index d9326da..b16898c 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -3,7 +3,6 @@ import { Route, Routes, useLocation } from "react-router-dom"; import Navbar from "../component/Navbar/Main"; import Footer from "../component/Footer/Main"; import Home from "../component/Home/Main"; -import Work from "../component/HomeMain/Work/Main" import AboutUs from "../component/AboutUs/Main"; import Review from "../component/Pages/Review/Main"; import Contact from "../component/Contact/Main"; @@ -89,7 +88,6 @@ const Routing = () => { } /> } /> } /> - } /> {footerpage &&