From fc6610c8ce5735fca22e149e9774bb81ac3aaf78 Mon Sep 17 00:00:00 2001 From: j4web Date: Thu, 19 Oct 2023 23:38:09 +0530 Subject: [PATCH] footer fix --- client/src/App.jsx | 4 +- .../src/components/FooterPage/FooterPage.jsx | 2 +- client/yarn.lock | 187 ++++-------------- 3 files changed, 45 insertions(+), 148 deletions(-) diff --git a/client/src/App.jsx b/client/src/App.jsx index 8e7f69f..70ad618 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -43,7 +43,7 @@ function App() { // console.log(isLoggedIn); return ( -
+
} /> @@ -78,7 +78,7 @@ function App() { } /> } /> - {!loading && pathname !== '/' && } + {!loading && pathname !== '/' && }
); } diff --git a/client/src/components/FooterPage/FooterPage.jsx b/client/src/components/FooterPage/FooterPage.jsx index cb5630a..36c285f 100644 --- a/client/src/components/FooterPage/FooterPage.jsx +++ b/client/src/components/FooterPage/FooterPage.jsx @@ -18,7 +18,7 @@ const FooterPage = () => { const year = new Date().getFullYear(); return ( -