From ab9b5cb48cb4325e82c4704d9fc72a07ce88fa7b Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 13 Jan 2025 00:39:02 -0500 Subject: [PATCH] Rearrange sidebar --- inventory/src/components/layout/AppSidebar.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/inventory/src/components/layout/AppSidebar.tsx b/inventory/src/components/layout/AppSidebar.tsx index b4ec079..9a692a7 100644 --- a/inventory/src/components/layout/AppSidebar.tsx +++ b/inventory/src/components/layout/AppSidebar.tsx @@ -39,6 +39,7 @@ const items = [ icon: BarChart2, url: "/analytics", }, + ]; export function AppSidebar() { @@ -74,9 +75,10 @@ export function AppSidebar() { - - - + + + + - + + + ); } \ No newline at end of file