style(subscription): polish offer sections
This commit is contained in:
@@ -313,19 +313,6 @@ export function SubscriptionScreen({
|
||||
</>
|
||||
)}
|
||||
|
||||
{/* <p className={styles.autoRenewCaption}>{autoRenewCaption}</p>
|
||||
|
||||
<section className={styles.benefitsSlot}>
|
||||
{subscriptionType === "voice" ? (
|
||||
<div className={styles.benefitsPlaceholder} aria-hidden="true" />
|
||||
) : (
|
||||
<SubscriptionBenefitsCard
|
||||
title="VIP Membership Benefits"
|
||||
items={VIP_BENEFITS}
|
||||
/>
|
||||
)}
|
||||
</section> */}
|
||||
|
||||
<section className={styles.paymentMethodSlot}>
|
||||
<SubscriptionPaymentMethod
|
||||
value={payment.payChannel}
|
||||
|
||||
Reference in New Issue
Block a user