diff --git a/ghost/admin/app/components/gh-portal-links.hbs b/ghost/admin/app/components/gh-portal-links.hbs index f8b3faf331..8a685fedea 100644 --- a/ghost/admin/app/components/gh-portal-links.hbs +++ b/ghost/admin/app/components/gh-portal-links.hbs @@ -26,7 +26,7 @@ data-portal {{/if}} - - - - Sign in @@ -71,7 +50,7 @@ data-portal="signin" {{/if}} - + + + + + Sign up/Monthly + +
+
+ {{#if isLink}} + {{this.siteUrl}}/#/portal/signup/monthly + {{else}} + data-portal="signup/monthly" + {{/if}} +
+ +
+ + + + Sign up/Yearly + +
+
+ {{#if isLink}} + {{this.siteUrl}}/#/portal/signup/yearly + {{else}} + data-portal="signup/yearly" + {{/if}} +
+ +
+ + @@ -95,7 +137,7 @@ data-portal="account" {{/if}} -