fix sub page
This commit is contained in:
@@ -47,10 +47,10 @@ export default function Subscription() {
|
||||
:
|
||||
<div className="row">
|
||||
<div className="col-12 col-lg-6 col-xl-3">
|
||||
<div className="card card-statistics text-center py-3">
|
||||
<div className="card card-statistics text-center py-3" style={{backgroundColor: '#e6f5f4'}}>
|
||||
<div className="card-body pricing-content">
|
||||
<div className="pricing-content-card">
|
||||
<h5>Current Subscription(s)</h5>
|
||||
<div className="pricing-content-card" style={{minHeight: '350px'}}>
|
||||
<h5>Your Subscription(s)</h5>
|
||||
<h2 className="text-primary pt-3">{currentSubscription?.display_name}</h2>
|
||||
</div>
|
||||
</div>
|
||||
@@ -67,7 +67,7 @@ export default function Subscription() {
|
||||
<h5>{value.display_name}</h5>
|
||||
<h2 className="text-primary pt-3">${value.monthly}</h2>
|
||||
<p className="text-primary pb-3">/ Monthly</p>
|
||||
<ol className="py-2">
|
||||
<ol className="py-2" style={{fontSize: '14px', fontWeight:'bold', textAlign:'left'}}>
|
||||
{value?.items?.map(item =>(
|
||||
<li key={item.description}>{item.description}</li>
|
||||
))}
|
||||
|
||||
Reference in New Issue
Block a user