Update plus upsell (#4518)

This commit is contained in:
David Marby 2022-02-24 12:44:03 +01:00 committed by GitHub
parent ae45cfd041
commit 8198992b68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>
&#128640; Sync your data across devices or with a team Sync your data across devices or with a team
<br /> <br />
&#128640; Keep synced data safe with end-to-end encryption Keep synced data safe with end-to-end encryption
<br /> <br />
&#128640; 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>