We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 183defb commit 4c0e4aaCopy full SHA for 4c0e4aa
docs/app/(home)/faq/FAQ.tsx
@@ -59,7 +59,7 @@ export function FAQ() {
59
<dt className="text-base font-semibold leading-7 text-gray-900 dark:text-white">
60
{faq.question}
61
</dt>
62
- <dd className="mt-2 text-base leading-7 text-gray-600 dark:text-gray-300">
+ <dd className="prose mt-2 text-base leading-7 text-gray-600 dark:text-gray-300">
63
{faq.answer}
64
</dd>
65
</div>
0 commit comments