rename of menu item nane

This commit is contained in:
pramod mahajan 2025-08-26 14:53:06 +05:30
parent 176801c014
commit d52c4e6ec0

View File

@ -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