From 4dbd9269ed2a750ca1d285f84ab504e723e5c480 Mon Sep 17 00:00:00 2001 From: Soni Dhruv Date: Thu, 30 May 2024 09:53:42 +0530 Subject: [PATCH] added faqs page --- client/src/App.jsx | 4 ++-- client/src/components/Footer.jsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/src/App.jsx b/client/src/App.jsx index 8e6f0d1..16205bc 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -11,7 +11,7 @@ import { } from "./pages"; import { useSelector } from "react-redux"; import FAQs from "./components/FAQs.jsx"; -import ApplyForm from "./pages/ApplyForm"; +// import ApplyForm from "./pages/ApplyForm"; import SectionFirst from "./components/Home/SectionFirst"; import SectionSecond from "./components/Home/SectionSecond"; import SectionThird from "./components/Home/SectionThird"; @@ -60,7 +60,7 @@ function App() { } /> } /> } /> - } /> + {/* } /> */} } /> } /> } /> diff --git a/client/src/components/Footer.jsx b/client/src/components/Footer.jsx index 74c7c36..628708c 100644 --- a/client/src/components/Footer.jsx +++ b/client/src/components/Footer.jsx @@ -37,7 +37,7 @@ const Footer = () => { {links.map((link, index) => ( {link}