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 */}