From 9a896c7993b9a266fb6ce96232f24dea7f659a87 Mon Sep 17 00:00:00 2001 From: MythEclipse Date: Sat, 13 Jun 2026 19:47:06 +0700 Subject: [PATCH] chore(services): update components based on recent changes Changes: services/frontend/src/widgets/Sidebar.tsx | 51 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 26 deletions(-) --- services/frontend/src/widgets/Sidebar.tsx | 51 +++++++++++------------ 1 file changed, 25 insertions(+), 26 deletions(-) diff --git a/services/frontend/src/widgets/Sidebar.tsx b/services/frontend/src/widgets/Sidebar.tsx index c4949ae..3821041 100644 --- a/services/frontend/src/widgets/Sidebar.tsx +++ b/services/frontend/src/widgets/Sidebar.tsx @@ -74,34 +74,33 @@ export function Sidebar({ )} - {/* Navigation items */} -
- {navItems.map((item) => { - const Icon = item.icon; - const isActive = activeTab === item.id; - return ( - - ); - })} + {/* Navigation items — centered vertically */} +
+
+ {navItems.map((item) => { + const Icon = item.icon; + const isActive = activeTab === item.id; + return ( + + ); + })} +
- {/* Spacer pushes mascot to bottom */} -
- {/* Mascot button */}