Skip to content

Commit 4c0e4aa

Browse files
committed
Fixed home page link
1 parent 183defb commit 4c0e4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/(home)/faq/FAQ.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export function FAQ() {
5959
<dt className="text-base font-semibold leading-7 text-gray-900 dark:text-white">
6060
{faq.question}
6161
</dt>
62-
<dd className="mt-2 text-base leading-7 text-gray-600 dark:text-gray-300">
62+
<dd className="prose mt-2 text-base leading-7 text-gray-600 dark:text-gray-300">
6363
{faq.answer}
6464
</dd>
6565
</div>

0 commit comments

Comments
 (0)