Skip to content

Commit

Permalink
Changed h4 to span using Bootstrap utils
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWearsHat committed Oct 4, 2024
1 parent a4572ce commit 6d3bc20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions apps/site/src/app/(home)/sections/FAQ/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ const FAQ = async () => {
<div
className={`${styles["accordion-border"]} ${styles["answer-body"]} ${styles["header-body"]}`}
>
<h4>
<span className="h4">
<h2 className="visually-hidden">FAQ</h2>
<span className={styles["light-blue-text"]}>FAQ!</span> Here's
answers to our most commonly asked questions!
</h4>
</span>

<p>
If you don't find what you're looking for, reach out to our team at{" "}
<a
Expand Down

0 comments on commit 6d3bc20

Please sign in to comment.