Skip to content

Commit

Permalink
Merge pull request #339 from hngprojects/fix-lint-issue
Browse files Browse the repository at this point in the history
fix lint issue
  • Loading branch information
Samadeen authored Jul 22, 2024
2 parents 2f4c9ea + cd10a90 commit 6b1d384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ function FAQPage() {
<li className="text-primary">FAQ</li>
</ul>
<div className="text-center">
<h2 className="!text-neutral-1 text-[28px] font-bold leading-8 text-[#525252] md:text-6xl md:leading-[1.2]">
<h2 className="text-[28px] font-bold leading-8 !text-neutral-1 text-[#525252] md:text-6xl md:leading-[1.2]">
Frequently asked questions
</h2>
<h6 className="!text-neutral-1 mt-2.5 text-lg font-medium leading-5 text-[#525252] md:mt-3 md:text-[28px] md:leading-8">
<h6 className="mt-2.5 text-lg font-medium leading-5 !text-neutral-1 text-[#525252] md:mt-3 md:text-[28px] md:leading-8">
Questions you might ask about our product
</h6>
</div>
Expand Down

0 comments on commit 6b1d384

Please sign in to comment.