rename of menu item nane
This commit is contained in:
parent
176801c014
commit
d52c4e6ec0
@ -89,7 +89,7 @@ const MenuItem = (item) => {
|
||||
target={item.link?.includes("http") ? "_blank" : undefined}
|
||||
>
|
||||
<i className={`menu-icon tf-icons ${item.icon}`}></i>
|
||||
<div>{item.text}</div>
|
||||
<div>{item.name}</div>
|
||||
{item.available === false && (
|
||||
<div className="badge bg-label-primary fs-tiny rounded-pill ms-auto">
|
||||
Pro
|
||||
|
Loading…
x
Reference in New Issue
Block a user