update copy

This commit is contained in:
Abi Raja 2024-01-03 16:14:55 -05:00
parent 8ff2037579
commit 2bc22b1653

View File

@ -197,11 +197,12 @@ const PricingDialog: React.FC = () => {
</div> </div>
</div> </div>
<p className="text-center text-xs text-gray-600 mt-1"> <p className="text-center text-xs text-gray-600 mt-1">
1 credit = 1 code generation. Unused credits expire after 90 days. 1 credit = 1 code generation.{" "}
{!SELL_SUBSCRIPTIONS && <>Unused credits expire after 90 days.</>}
{SELL_SUBSCRIPTIONS && ( {SELL_SUBSCRIPTIONS && (
<> <>
<br /> <br />
Cancel anytime. Cancel subscription at any time.
</> </>
)} )}
</p> </p>