diff --git a/ghost/admin/app/components/modal-product.hbs b/ghost/admin/app/components/modal-product.hbs index 2db7e0c159..9138d41eb0 100644 --- a/ghost/admin/app/components/modal-product.hbs +++ b/ghost/admin/app/components/modal-product.hbs @@ -47,24 +47,6 @@ {{/if}} - {{#if (feature "tierWelcomePages")}} - - - - {{#if this.isFreeProduct}} -

Redirect to this URL after signup for a free membership

- {{else}} -

Redirect to this URL after signup for premium membership

- {{/if}} -
- {{/if}} {{#unless this.isFreeProduct}}
@@ -118,6 +100,24 @@ {{/if}} {{/unless}} + {{#if (feature "tierWelcomePages")}} + + + + {{#if this.isFreeProduct}} +

Redirect to this URL after signup for a free membership

+ {{else}} +

Redirect to this URL after signup for premium membership

+ {{/if}} +
+ {{/if}}

Benefits