remove unused menus
This commit is contained in:
parent
16a9cab12a
commit
e61ba5b53a
@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user