Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abouolia committed May 18, 2024
1 parent 2ada57a commit 1227111
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
// @ts-nocheck
import { T } from '@/components';

import { Callout } from '@blueprintjs/core';
import { SubscriptionPlans } from './SubscriptionPlan';
import withPlans from '../../Subscriptions/withPlans';
import { compose } from '@/utils';
import { Callout, Intent } from '@blueprintjs/core';

/**
* Billing plans.
Expand All @@ -15,10 +13,11 @@ function SubscriptionPlansSectionRoot({ plans }) {
<Callout
style={{ marginBottom: '1.5rem' }}
icon={null}
title={'Early Adaptors Plan'}
title={'Early Adopter Plan'}
>
We're looking for 200 early adaptors, when you subscribe you'll get
the full features and unlimited users for a year regardless of the subscribed plan.
We're looking for 200 early adopters, when you subscribe you'll get the
full features and unlimited users for a year regardless of the
subscribed plan.
</Callout>
<SubscriptionPlans plans={plans} />
</section>
Expand Down

0 comments on commit 1227111

Please sign in to comment.