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