From d52c4e6ec0eddd0977f5b07b019d268d617b9a35 Mon Sep 17 00:00:00 2001 From: pramod mahajan Date: Tue, 26 Aug 2025 14:53:06 +0530 Subject: [PATCH] rename of menu item nane --- src/components/Layout/Sidebar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layout/Sidebar.jsx b/src/components/Layout/Sidebar.jsx index 9372bcf8..07fa2c90 100644 --- a/src/components/Layout/Sidebar.jsx +++ b/src/components/Layout/Sidebar.jsx @@ -89,7 +89,7 @@ const MenuItem = (item) => { target={item.link?.includes("http") ? "_blank" : undefined} > -
{item.text}
+
{item.name}
{item.available === false && (
Pro