From 4b616342c6686c45149279a71fd168443a777382 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Mon, 22 Jul 2024 15:51:58 -0400 Subject: [PATCH] make FAQs 2 column --- frontend/src/components/hosted/FAQs.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/src/components/hosted/FAQs.tsx b/frontend/src/components/hosted/FAQs.tsx index fee8056..7e992af 100644 --- a/frontend/src/components/hosted/FAQs.tsx +++ b/frontend/src/components/hosted/FAQs.tsx @@ -8,7 +8,7 @@ function FAQs() { { question: "When do credits reset?", answer: - "Your credits reset at the beginning of each month and do not roll over. Every 1st of the month, you will receive a fresh batch of credits.", + "Your credits reset at the beginning of each month and do not roll over. Every month, on the 1st, you will receive a fresh batch of credits.", }, { question: "Can I cancel my plan?", @@ -28,9 +28,11 @@ function FAQs() { ]; return ( -
-

Frequently Asked Questions

-
+
+

+ Frequently Asked Questions +

+
{faqs.map((faq, index) => (

{faq.question}