From c56671c2cb898826d8a89bf02ee9cf8d1a520f3b Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 15 Mar 2025 23:30:38 +0000 Subject: [PATCH] Refactor FAQ answer alignment Changes the alignment of FAQ answers to left. --- src/pages/HelpSupport.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HelpSupport.tsx b/src/pages/HelpSupport.tsx index 9215036..9502747 100644 --- a/src/pages/HelpSupport.tsx +++ b/src/pages/HelpSupport.tsx @@ -81,7 +81,7 @@ const HelpSupport = () => { {faqItems.map((item, index) => ( {item.question} - + {item.answer}