mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Remove discount banner from the new plans page (#8814)
GitOrigin-RevId: 091de891bf7eeb357aabcb2253ec9fbfd64fd38b
This commit is contained in:
parent
3b4968e263
commit
e1399cc10d
2 changed files with 0 additions and 10 deletions
|
@ -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' },
|
||||
},
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue