mirror of
https://github.com/docmost/docmost.git
synced 2025-11-15 18:51:10 +10:00
(cloud) billing copy
This commit is contained in:
@ -194,11 +194,9 @@ export default function BillingPlans() {
|
|||||||
: `per month`}
|
: `per month`}
|
||||||
</Text>
|
</Text>
|
||||||
</Group>
|
</Group>
|
||||||
{isAnnual && (
|
<Text size="sm" c="dimmed">
|
||||||
<Text size="sm" c="dimmed">
|
{isAnnual ? "Billed annually" : "Billed monthly"}
|
||||||
Billed annually
|
</Text>
|
||||||
</Text>
|
|
||||||
)}
|
|
||||||
{plan.billingScheme === 'tiered' && plan.pricingTiers && (
|
{plan.billingScheme === 'tiered' && plan.pricingTiers && (
|
||||||
<Text size="md" fw={500}>
|
<Text size="md" fw={500}>
|
||||||
For {plan.pricingTiers.find(tier => tier.upTo.toString() === selectedTierValue)?.upTo || plan.pricingTiers[0].upTo} users
|
For {plan.pricingTiers.find(tier => tier.upTo.toString() === selectedTierValue)?.upTo || plan.pricingTiers[0].upTo} users
|
||||||
|
|||||||
Reference in New Issue
Block a user