fix: replace "Frequently Asked Question" with "Frequently Askes Questions"
This commit is contained in:
parent
acab8c8e9d
commit
d4fd36f05f
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const Faq = () => {
|
|||
return (
|
||||
<section id="faq" className="wrapper container py-24 md:py-28">
|
||||
<h2 className="text-3xl md:text-5xl font-bold mb-4 md:mb-2 md:pb-2 text-black dark:bg-clip-text dark:text-transparent dark:bg-gradient-to-b dark:from-white dark:to-neutral-400">
|
||||
Frequently Asked Question
|
||||
Frequently Asked Questions
|
||||
</h2>
|
||||
<p className="text-lg text-muted-foreground text-start mt-4 md:mt-2 mb-8">
|
||||
Find answers to common questions about SVR.JS
|
||||
|
|
Loading…
Reference in a new issue