Skip to content

Commit

Permalink
Merge pull request #80 from rishabhpathak359/dev
Browse files Browse the repository at this point in the history
Route path added in Faqs
  • Loading branch information
virajchandra51 authored Oct 2, 2023
2 parents 500acb1 + 9c922f5 commit 575c7da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/pages/faqs/FAQs.css
Original file line number Diff line number Diff line change
Expand Up @@ -252,4 +252,7 @@
font-size: 1.2rem;
}
}
.codeutsava__section7-left-bottom-content-contact-us-route{
color: var(--secondary-c);
}

5 changes: 3 additions & 2 deletions src/pages/faqs/FAQs.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import AccordianQA from '../../components/faq/QuestionAccordian'
import Footer from "../../components/footer/Footer";
import NavbarTeam from "../../components/navbarTeam/NavbarTeam";
import IntroAudio from "../../components/introAudio/IntroAudio";
import { Link } from "react-router-dom";

import { useState } from "react";

Expand Down Expand Up @@ -60,9 +61,9 @@ const FAQs = () => {
<img src={frank} className="codeutsava__section7-left-img"></img>
<div className="codeutsava__section7-left-bottom-container">
<div className="codeutsava__section7-left-bottom-content">
<p>
<p>
Not able to find your question?
<br /> <br /> Dont worry , fill out the contact us at the end of
<br /> <br /> Dont worry , fill out the <Link to="/contactus"><span className="codeutsava__section7-left-bottom-content-contact-us-route"> Contact Us </span></Link>at the end of
this page. <br />
<br /> We're excited to chat with you, so expect a response
within 24 hours.
Expand Down

0 comments on commit 575c7da

Please sign in to comment.