From 97bd1c924aec8fa002d29017c16f2ace71298c05 Mon Sep 17 00:00:00 2001 From: Abi Raja Date: Mon, 22 Jul 2024 15:46:43 -0400 Subject: [PATCH] link to FAQs from Pricing Dialog --- frontend/src/components/hosted/payments/PricingPlans.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/frontend/src/components/hosted/payments/PricingPlans.tsx b/frontend/src/components/hosted/payments/PricingPlans.tsx index 1c53367..2eb17dd 100644 --- a/frontend/src/components/hosted/payments/PricingPlans.tsx +++ b/frontend/src/components/hosted/payments/PricingPlans.tsx @@ -111,10 +111,12 @@ function PricingPlans() { -

- 1 credit = 1 code generation.
- Cancel subscription at any time. + 1 credit = 1 code generation. Cancel subscription at any time.
{" "} + + See FAQs if you have additional questions + {" "} + or contact support.

);