remove unused menus

This commit is contained in:
Vikas Nale 2025-05-07 17:29:58 +05:30
parent 16a9cab12a
commit e61ba5b53a
2 changed files with 3 additions and 9 deletions

View File

@ -28,13 +28,7 @@
"text": "Directory",
"available": true,
"link": "/directory"
},
{
"text": "Project Status",
"available": true,
"link": "#"
}
]
},
{
@ -71,7 +65,7 @@
{
"text": "Daily Expenses",
"available": true,
"link": "/dashboard/"
"link": "/activities/gallary"
}
]
},

View File

@ -13,7 +13,7 @@ const Directory = () => {
<Breadcrumb
data={[
{ label: "Home", link: "/dashboard" },
{ label: "Directory", link: null },
{ label: "Directory (Comming Soon)", link: null },
]}
></Breadcrumb>
@ -126,7 +126,7 @@ const Directory = () => {
<tbody className="table-border-bottom-0 overflow-auto ">
<tr>
<td colSpan="12" className="text-center py-4">
No projects found
comming soon....
</td>
</tr>
</tbody>