no moneyback
This commit is contained in:
parent
14db8b4a05
commit
6077a17a83
8 changed files with 21 additions and 33 deletions
|
|
@ -340,11 +340,11 @@ export default function PricingPage({
|
|||
{license.error}
|
||||
</p>
|
||||
)}
|
||||
<p className="text-center text-xs text-warm-400 dark:text-warm-500 mt-2">
|
||||
{isFree
|
||||
? t('pricingPage.noCreditCard')
|
||||
: t('pricingPage.moneyBackGuarantee')}
|
||||
</p>
|
||||
{isFree && (
|
||||
<p className="text-center text-xs text-warm-400 dark:text-warm-500 mt-2">
|
||||
{t('pricingPage.noCreditCard')}
|
||||
</p>
|
||||
)}
|
||||
</>
|
||||
) : isFilled ? (
|
||||
<div className="mt-auto px-5 py-3 bg-warm-100 dark:bg-warm-700 text-warm-400 dark:text-warm-500 rounded-lg font-semibold text-center">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue