diff --git a/client/src/App.jsx b/client/src/App.jsx index 9839701..e548ad4 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -18,7 +18,7 @@ import ProjectState from "./context/ProjectState"; import ProfileState from "./context/ProfileState"; import CodeOfConduct from "./component/Footers/Codeofconduct"; import Feedback from "./component/Footers/Feedback"; -import Faq from "./component/Faq" +import FAQs from "./component/FAQs" import ContactUs from "./component/Footers/Contactus"; import PrivacyPolicy from "./component/Footers/Privacypolicy"; import TermOfUse from "./component/Footers/TermOfUse"; @@ -154,7 +154,7 @@ function App() { } /> } /> } /> - } /> + } /> } /> diff --git a/client/src/component/faq.jsx b/client/src/component/FAQs.jsx similarity index 99% rename from client/src/component/faq.jsx rename to client/src/component/FAQs.jsx index 531c88e..97e7d01 100644 --- a/client/src/component/faq.jsx +++ b/client/src/component/FAQs.jsx @@ -1,6 +1,6 @@ import { useState } from "react"; -import "../css/Faq.css"; +import "../css/FAQs.css"; import img1 from "../assets/images/faqs.png"; export default function FAQ() { diff --git a/client/src/css/Faq.css b/client/src/css/FAQs.css similarity index 100% rename from client/src/css/Faq.css rename to client/src/css/FAQs.css