Adding
This commit is contained in:
parent
630c11985d
commit
e695807e77
@ -142,8 +142,7 @@ const SubscriptionPlans = () => {
|
||||
{mod.features.map((feat) => (
|
||||
<li key={feat.id} className="d-flex align-items-start mb-1">
|
||||
<i
|
||||
className={`bx bxs-circle ${
|
||||
mod.enabled ? "text-success" : "text-danger"
|
||||
className={`bx bxs-circle ${mod.enabled ? "text-success" : "text-danger"
|
||||
} me-2 mt-1`}
|
||||
style={{ fontSize: "8px" }}
|
||||
></i>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user