Compare commits
2 Commits
ef81ca5999
...
ef3b944718
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ef3b944718 | ||
|
|
c5a40b0fc9 |
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