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}