From 552c3dcb5d84987053d8844abca59e079a5a4537 Mon Sep 17 00:00:00 2001 From: Mannu Date: Sun, 10 May 2026 23:22:48 +0530 Subject: [PATCH] Fix sidebar footer positioning with flexbox --- src/app/admin/layout.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/admin/layout.tsx b/src/app/admin/layout.tsx index 9d1dc07..324e561 100644 --- a/src/app/admin/layout.tsx +++ b/src/app/admin/layout.tsx @@ -48,7 +48,7 @@ export default function AdminLayout({ children }: { children: React.ReactNode }) return (
{/* Sidebar */} -