Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-2051: Update (remove) In-App Plus/Premium pricing #547

Merged
merged 7 commits into from May 20, 2020

Remove $2 price tag in intro hub

  • Loading branch information
benstrumeyer committed May 12, 2020
commit b44b3e3af33908c15d278e8341ff593c31f057fb
@@ -63,10 +63,6 @@ class PlusView extends Component {
</div>
<div className="PlusView__costContainer flex-container align-middle align-justify">
{this._renderButton()}
<div
className="PlusView__headingCost flex-container align-middle"
dangerouslySetInnerHTML={{ __html: t('hub_supporter_price') }}
/>
</div>
</div>
</div>
@@ -31,7 +31,7 @@
}
.PlusView__costContainer {
margin: 0 auto;
max-width: 382px;
max-width: 182px;
}
.PlusView__button {
min-width: 180px;
ProTip! Use n and p to navigate between commits in a pull request.