diff --git a/ghost/portal/src/components/common/PlansSection.js b/ghost/portal/src/components/common/PlansSection.js index 7846fa69f4..2e73241838 100644 --- a/ghost/portal/src/components/common/PlansSection.js +++ b/ghost/portal/src/components/common/PlansSection.js @@ -13,6 +13,7 @@ export const PlanSectionStyles = ` border-right: 1px solid #ddd; font-size: 1.4rem; line-height: 1.35em; + cursor: pointer; } .gh-portal-plan-section.checked::before { @@ -77,6 +78,7 @@ export const PlanSectionStyles = ` height: 20px; margin: 0; padding: 0; + cursor: pointer; } `; diff --git a/ghost/portal/src/components/pages/SignupPage.js b/ghost/portal/src/components/pages/SignupPage.js index f799ae25aa..f96f1db299 100644 --- a/ghost/portal/src/components/pages/SignupPage.js +++ b/ghost/portal/src/components/pages/SignupPage.js @@ -230,7 +230,7 @@ class SignupPage extends React.Component { renderForm() { return (
-
+
{this.renderNameField()} {this.renderInputField('email')} {this.renderPlans()}