mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
Update plus upsell (#4518)
This commit is contained in:
parent
ae45cfd041
commit
8198992b68
@ -149,24 +149,17 @@ class UnconnectedAccount extends PureComponent<Props, State> {
|
|||||||
<div className="notice pad surprise">
|
<div className="notice pad surprise">
|
||||||
<h1 className="no-margin-top">Try Insomnia Plus!</h1>
|
<h1 className="no-margin-top">Try Insomnia Plus!</h1>
|
||||||
<p>
|
<p>
|
||||||
🚀 Sync your data across devices or with a team
|
Sync your data across devices or with a team
|
||||||
<br />
|
<br />
|
||||||
🚀 Keep synced data safe with end-to-end encryption
|
Keep synced data safe with end-to-end encryption
|
||||||
<br />
|
<br />
|
||||||
🚀 Prioritized email support
|
Prioritized email support
|
||||||
<br />
|
<br />
|
||||||
</p>
|
</p>
|
||||||
<br />
|
<br />
|
||||||
<div className="pad">
|
<div className="pad">
|
||||||
<Link button className="btn btn--clicky" href="https://insomnia.rest/pricing">
|
<Link button className="btn btn--clicky" href="https://insomnia.rest/pricing">
|
||||||
Plus for Individuals <i className="fa fa-external-link" />
|
View plans <i className="fa fa-external-link" />
|
||||||
</Link>
|
|
||||||
<Link
|
|
||||||
button
|
|
||||||
className="margin-left-sm btn btn--clicky"
|
|
||||||
href="https://insomnia.rest/pricing"
|
|
||||||
>
|
|
||||||
Plus for Teams <i className="fa fa-external-link" />
|
|
||||||
</Link>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user