removed max user label from subscription card
This commit is contained in:
parent
4a98c3d5e8
commit
735e766215
@ -110,10 +110,7 @@ const SubScription = ({ onSubmitSubScription, onNext }) => {
|
||||
</h4>
|
||||
|
||||
<ul className="list-unstyled d-flex gap-4 flex-wrap mb-2">
|
||||
<li className="d-flex align-items-center">
|
||||
<i className="bx bx-group me-1"></i>
|
||||
Max Users {plan.maxUser}
|
||||
</li>
|
||||
|
||||
<li className="d-flex align-items-center">
|
||||
<i className="bx bx-server me-1"></i>
|
||||
Storage {plan.maxStorage} MB
|
||||
|
Loading…
x
Reference in New Issue
Block a user