From 1a7165ba9ac43f4e35e87633dc610e463781b9a6 Mon Sep 17 00:00:00 2001 From: Disha Hati Date: Wed, 15 May 2024 21:12:26 +0530 Subject: [PATCH] Footer Component Added --- client/src/App.jsx | 7 ++- client/src/components/About/About.jsx | 76 +++++++++++++++++++++++ client/src/components/Footer/index.jsx | 86 ++++++++++++++------------ 3 files changed, 128 insertions(+), 41 deletions(-) create mode 100644 client/src/components/About/About.jsx diff --git a/client/src/App.jsx b/client/src/App.jsx index 6b66704..c206606 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -11,7 +11,7 @@ import { SpeedInsights } from "@vercel/speed-insights/react"; import Notifcation from "./components/NotifcationPage/Notifcation"; import Footer from "./components/Footer"; import Settings from "./components/Settings/Setting"; - +import About from "./components/About/About"; function App() { return ( @@ -25,11 +25,12 @@ function App() { } /> } /> } /> - } /> + } /> + } /> -