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-2264, GH-2309: Choose plan view fixes #700

Merged
merged 5 commits into from Mar 23, 2021

Fix alignment of CTA button on Premium user Choose Plan view

  • Loading branch information
wlycdgr committed Mar 23, 2021
commit 88e8090c4d4836169bac44f97c97c900f0e0b026
@@ -362,9 +362,11 @@ class ChoosePlanView extends React.Component {
</div>
))}
{isPremium && (
<NavLink className="ChoosePlanView__searchCTAButton" to="/onboarding/5" onClick={() => setSetupStep({ setup_step: CHOOSE_PLAN, dawn_setup_number: PREMIUM_SUBSCRIBER_KEEP_SUBSCRIPTION, origin: ONBOARDING })}>
<span>{t('next')}</span>
</NavLink>
<div className="ChoosePlanView__searchCTAButtonContainer">
<NavLink className="ChoosePlanView__searchCTAButton" to="/onboarding/5" onClick={() => setSetupStep({ setup_step: CHOOSE_PLAN, dawn_setup_number: PREMIUM_SUBSCRIBER_KEEP_SUBSCRIPTION, origin: ONBOARDING })}>
<span>{t('next')}</span>
</NavLink>
</div>
)}
</div>
)}
ProTip! Use n and p to navigate between commits in a pull request.