Refactor FAQ answer alignment
Changes the alignment of FAQ answers to left.
This commit is contained in:
@@ -81,7 +81,7 @@ const HelpSupport = () => {
|
||||
{faqItems.map((item, index) => (
|
||||
<AccordionItem key={index} value={`item-${index}`}>
|
||||
<AccordionTrigger className="text-left">{item.question}</AccordionTrigger>
|
||||
<AccordionContent>
|
||||
<AccordionContent className="text-left">
|
||||
{item.answer}
|
||||
</AccordionContent>
|
||||
</AccordionItem>
|
||||
|
||||
Reference in New Issue
Block a user