From bb7b54f8a4a63fb5aa6af061b85b9302f43fff62 Mon Sep 17 00:00:00 2001 From: ChineseChikki Date: Fri, 20 Jan 2023 12:39:14 +0100 Subject: [PATCH] Fixed broken footer link of how it work --- src/component/Footer/Main.js | 18 +++++++++--------- src/component/Navbar/Main.js | 12 ++++++------ src/routes/index.js | 4 ++++ 3 files changed, 19 insertions(+), 15 deletions(-) diff --git a/src/component/Footer/Main.js b/src/component/Footer/Main.js index e0ed1f0..c833b5c 100644 --- a/src/component/Footer/Main.js +++ b/src/component/Footer/Main.js @@ -94,13 +94,13 @@ const Main = ({ footer }) => {
-

Help & Suport

+

Help & Support

  • FAQs
  • - How it works + How it works
  • Terms & conditions @@ -231,13 +231,13 @@ const Main = ({ footer }) => {
-

Help & Suport

+

Help & Support

  • 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 @@ -483,7 +483,7 @@ const Main = ({ footer }) => {
    -

    Help & Suport

    +

    Help & Support

    • FAQs @@ -492,7 +492,7 @@ const Main = ({ footer }) => { Support
    • - How it works + How it works
    • Terms & conditions @@ -615,7 +615,7 @@ const Main = ({ footer }) => {
    -

    Help & Suport

    +

    Help & Support

    • FAQs @@ -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 a8e8fc1..55c37ee 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 @@ -286,7 +286,7 @@ const Main = ({navbar}) => {
        -
      • Home Defoult
      • +
      • Home Default
      @@ -359,7 +359,7 @@ const Main = ({navbar}) => {
        -
      • Home Defoult
      • +
      • Home Default
      @@ -404,7 +404,7 @@ const Main = ({navbar}) => {
        -
      • Home Defoult
      • +
      • Home Default
      @@ -477,7 +477,7 @@ const Main = ({navbar}) => {
        -
      • Home Defoult
      • +
      • Home Default
      @@ -533,7 +533,7 @@ const Main = ({navbar}) => {
        -
      • Home Defoult
      • +
      • Home Default
      diff --git a/src/routes/index.js b/src/routes/index.js index af34beb..d9326da 100644 --- a/src/routes/index.js +++ b/src/routes/index.js @@ -3,6 +3,7 @@ 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"; @@ -13,6 +14,7 @@ import Pricing from "../component/Pricing/Main"; import Blog from "../component/Blog/Blog/Main"; import BlogSingle from "../component/Blog/BlogSingle/Main"; + import Terms from "../component/Terms/Main"; import Privacy from "../component/Privacy/Main"; @@ -87,6 +89,8 @@ const Routing = () => { } /> } /> } /> + } /> + {footerpage &&