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", "text": "Directory",
"available": true, "available": true,
"link": "/directory" "link": "/directory"
},
{
"text": "Project Status",
"available": true,
"link": "#"
} }
] ]
}, },
{ {
@ -71,7 +65,7 @@
{ {
"text": "Daily Expenses", "text": "Daily Expenses",
"available": true, "available": true,
"link": "/dashboard/" "link": "/activities/gallary"
} }
] ]
}, },

View File

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