Skip to content

Commit 33e5a7a

Browse files
Feat/faq section (#131)
* feat: add FAQ section to the home page for enhanced user support * fix: update FAQ answer to include a link for the 8-week pilot project * style: update FAQ button text color for improved visibility in HomeFaqSection
1 parent 05df473 commit 33e5a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/home-page/HomeFaqSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,10 +424,10 @@ const HomeFaqSection = () => {
424424
className="border-b border-slate-200 dark:border-slate-800 last:border-b-0"
425425
>
426426
<button
427-
className="bg-transparent border-none w-full flex justify-between items-center py-4 text-left focus:outline-none focus:ring-0 group"
427+
className="bg-transparent border-none w-full flex justify-between items-center py-4 text-left focus:outline-none focus:ring-0 group text-slate-900 dark:text-white"
428428
onClick={() => toggleFaq(index)}
429429
>
430-
<span className="text-lg font-bold transition-colors">
430+
<span className="text-lg font-bold">
431431
{faq.question}
432432
</span>
433433
<Icon

0 commit comments

Comments
 (0)