Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Vishal <[email protected]>
  • Loading branch information
vishalvivekm authored Jan 20, 2025
1 parent f3bf8b8 commit f36567a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sections/General/Faq/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@ const Faq = (props) => {
</Accordion>
<div className="askus_section">
<h2>Didn't find an answer to your question?</h2>
<ContactFormModal callout_text="Just Ask" form_header="Send Us An Email" />
// <ContactFormModal callout_text="Just Ask" form_header="Send Us An Email" />
<Button $secondary title="Just Ask" $url="https://layer5.io/company/contact" $external={ true } />
</div>
</Container>
</FaqSectionWrapper>
Expand Down

0 comments on commit f36567a

Please sign in to comment.