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 {
|
||||
SidebarAccount,
|
||||
SidebarBrand,
|
||||
SidebarLinks,
|
||||
} from "@/components/shared/navigation/Sidebar";
|
||||
import { SidebarOverlay } from "@/components/shared/navigation/SidebarOverlay";
|
||||
@@ -81,7 +82,8 @@ export function MobileSidebar({
|
||||
inert={!open}
|
||||
ref={panelRef}
|
||||
>
|
||||
<SidebarLinks pathname={pathname} onNavigate={onClose} />
|
||||
<SidebarBrand />
|
||||
<SidebarLinks className="mt-8" pathname={pathname} onNavigate={onClose} />
|
||||
<SidebarAccount onLogout={onLogout} user={user} />
|
||||
</aside>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user