change(ui) - removed dashboard menu header
This commit is contained in:
parent
449996268c
commit
2f24e63cfa
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ function DashboardSideMenu(props: Props) {
|
|||
|
||||
return (
|
||||
<div>
|
||||
<SideMenuHeader className="mb-4 flex items-center" text="Preferences" />
|
||||
{/* <SideMenuHeader className="mb-4 flex items-center" text="Dashboard" /> */}
|
||||
<div className="w-full">
|
||||
<SideMenuitem
|
||||
active={isDashboards}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue