mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-20 06:40:31 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1227111fae |
@@ -1,10 +1,8 @@
|
|||||||
// @ts-nocheck
|
// @ts-nocheck
|
||||||
import { T } from '@/components';
|
import { Callout } from '@blueprintjs/core';
|
||||||
|
|
||||||
import { SubscriptionPlans } from './SubscriptionPlan';
|
import { SubscriptionPlans } from './SubscriptionPlan';
|
||||||
import withPlans from '../../Subscriptions/withPlans';
|
import withPlans from '../../Subscriptions/withPlans';
|
||||||
import { compose } from '@/utils';
|
import { compose } from '@/utils';
|
||||||
import { Callout, Intent } from '@blueprintjs/core';
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Billing plans.
|
* Billing plans.
|
||||||
@@ -15,10 +13,11 @@ function SubscriptionPlansSectionRoot({ plans }) {
|
|||||||
<Callout
|
<Callout
|
||||||
style={{ marginBottom: '1.5rem' }}
|
style={{ marginBottom: '1.5rem' }}
|
||||||
icon={null}
|
icon={null}
|
||||||
title={'Early Adaptors Plan'}
|
title={'Early Adopter Plan'}
|
||||||
>
|
>
|
||||||
We're looking for 200 early adaptors, when you subscribe you'll get
|
We're looking for 200 early adopters, when you subscribe you'll get the
|
||||||
the full features and unlimited users for a year regardless of the subscribed plan.
|
full features and unlimited users for a year regardless of the
|
||||||
|
subscribed plan.
|
||||||
</Callout>
|
</Callout>
|
||||||
<SubscriptionPlans plans={plans} />
|
<SubscriptionPlans plans={plans} />
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user