Remove discount banner from the new plans page (#8814)

GitOrigin-RevId: 091de891bf7eeb357aabcb2253ec9fbfd64fd38b
This commit is contained in:
M Fahru 2022-07-11 09:35:40 -04:00 committed by Copybot
parent 3b4968e263
commit e1399cc10d
2 changed files with 0 additions and 10 deletions

View file

@ -16,13 +16,6 @@ const config = {
annual: 'MOST POPULAR',
},
},
discountedColumn: {
index: 1,
text: {
monthly: 'LIMITED-TIME DISCOUNT!',
annual: 'LIMITED-TIME DISCOUNT!',
},
},
eventTrackingKey: 'plans-page-click',
additionalEventSegmentation: { 'plan-page-layout-v2': 'new-plans-page' },
},

View file

@ -305,9 +305,6 @@ mixin table_head_price(plan, period)
if plan !== 'free' && period === 'annual'
strike.plans-v2-table-price-before-discount
+gen_localized_price_for_plan_view(plan, 'monthlyTimesTwelve')
if plan === 'personal' && period === 'monthly'
strike.plans-v2-table-price-before-discount
+gen_localized_undiscounted_price_for_plan_view_personal(period)
p.plans-v2-table-price
+gen_localized_price_for_plan_view(plan, period)
p.plans-v2-table-price-period-label