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}