plan card updated for well Ui
This commit is contained in:
parent
f8abc61715
commit
3f09cfa55c
@ -232,19 +232,19 @@ const SelectPlan = ({ currentStep, setStepStatus, onNext }) => {
|
||||
return (
|
||||
<>
|
||||
<div className="row g-2 mb-3">
|
||||
<div className="col-sm-12 col-md-4">
|
||||
<div className="col-sm-12 col-md-4 text-center">
|
||||
<div className="border rounded-3 p-2 bg-light">
|
||||
<i className="bx bx-user me-1 text-primary"></i>
|
||||
<strong>Max Users:</strong> {maxUser}
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-12 col-md-4">
|
||||
<div className="col-sm-12 col-md-4 text-center">
|
||||
<div className="border rounded-3 p-2 bg-light">
|
||||
<i className="bx bx-hdd me-1 text-primary"></i>
|
||||
<strong>Max Storage:</strong> {maxStorage} MB
|
||||
</div>
|
||||
</div>
|
||||
<div className="col-sm-12 col-md-4">
|
||||
<div className="col-sm-12 col-md-4 text-center">
|
||||
<div className="border rounded-3 p-2 bg-light">
|
||||
<i className="bx bx-time-five me-1 text-primary"></i>
|
||||
<strong>Trial Days:</strong> {trialDays}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user