From 1bdf2920939c4eb18065b62f053a8df72cddd2cb Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 1 Jun 2022 18:37:17 +0530 Subject: [PATCH] don't show a home page subscribe button to premium users --- customize.dist/pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/pages/index.js b/customize.dist/pages/index.js index bddeca76b..7c04d1284 100644 --- a/customize.dist/pages/index.js +++ b/customize.dist/pages/index.js @@ -146,7 +146,7 @@ define([ } var subButton = function () { - if (Pages.areSubscriptionsAllowed()) { + if (Pages.areSubscriptionsAllowed() && !LocalStore.getPremium()) { var sub = h('div.cp-sub-prompt', [ h('span', Msg.home_morestorage), h('a', {href:"/accounts/"}, h('button', [