sidebar
This commit is contained in:
BIN
mymoney.dump
Normal file
BIN
mymoney.dump
Normal file
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 43 KiB |
@@ -3,6 +3,7 @@
|
|||||||
import { useEffect, useRef } from "react";
|
import { useEffect, useRef } from "react";
|
||||||
import {
|
import {
|
||||||
SidebarAccount,
|
SidebarAccount,
|
||||||
|
SidebarBrand,
|
||||||
SidebarLinks,
|
SidebarLinks,
|
||||||
} from "@/components/shared/navigation/Sidebar";
|
} from "@/components/shared/navigation/Sidebar";
|
||||||
import { SidebarOverlay } from "@/components/shared/navigation/SidebarOverlay";
|
import { SidebarOverlay } from "@/components/shared/navigation/SidebarOverlay";
|
||||||
@@ -81,7 +82,8 @@ export function MobileSidebar({
|
|||||||
inert={!open}
|
inert={!open}
|
||||||
ref={panelRef}
|
ref={panelRef}
|
||||||
>
|
>
|
||||||
<SidebarLinks pathname={pathname} onNavigate={onClose} />
|
<SidebarBrand />
|
||||||
|
<SidebarLinks className="mt-8" pathname={pathname} onNavigate={onClose} />
|
||||||
<SidebarAccount onLogout={onLogout} user={user} />
|
<SidebarAccount onLogout={onLogout} user={user} />
|
||||||
</aside>
|
</aside>
|
||||||
</>
|
</>
|
||||||
|
|||||||
Reference in New Issue
Block a user