Skip to content

Commit

Permalink
Resolve ESLint issues in FAQ.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
taesungh committed Oct 20, 2024
1 parent 2d424c9 commit 4b3f825
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions apps/site/src/app/(home)/sections/FAQ/FAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,14 @@ const FAQ = async () => {
>
<span className={styles["faq-header"] + " h4"}>
<h2 className="visually-hidden">FAQ</h2>
<span className={styles["light-blue-text"]}>FAQ!</span> Here's
<span className={styles["light-blue-text"]}>FAQ!</span> Here&apos;s
answers to our most commonly asked questions!
</span>

<p>
If you don't find what you're looking for, reach out to our team at{" "}
<a
className={styles["purple-text"]}
href="mailto:[email protected]"
>
If you don&apos;t find what you&apos;re looking for, reach out to
our team at{" "}
<a className={styles["purple-text"]} href="mailto:[email protected]">
[email protected]
</a>
</p>
Expand Down

0 comments on commit 4b3f825

Please sign in to comment.