From 3d87b02c55a81aad5395aec9babd709fcd0a5cce Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Fri, 19 Aug 2022 18:13:35 +0200 Subject: [PATCH] Fixed error with free trial pill not showing on upgrade screen refs https://github.com/TryGhost/Team/issues/1728 --- ghost/portal/src/components/common/ProductsSection.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ghost/portal/src/components/common/ProductsSection.js b/ghost/portal/src/components/common/ProductsSection.js index dff87475dc..78e017a7a9 100644 --- a/ghost/portal/src/components/common/ProductsSection.js +++ b/ghost/portal/src/components/common/ProductsSection.js @@ -462,10 +462,6 @@ export const ProductsSectionStyles = ({site}) => { width: 100%; } - .gh-portal-upgrade-product .gh-portal-discount-label { - display: none; - } - .gh-portal-upgrade-product .gh-portal-product-card .gh-portal-plan-current { display: inline-block; position: relative;