-
-
-
+
-
{titles[activeTab]}
+
+ GMW
+ ·
+ {titles[activeTab]}
+
{subtitles[activeTab]}
diff --git a/frontend/src/components/layout/Sidebar.tsx b/frontend/src/components/layout/Sidebar.tsx
index 9f2d406..1cf1d84 100644
--- a/frontend/src/components/layout/Sidebar.tsx
+++ b/frontend/src/components/layout/Sidebar.tsx
@@ -1,4 +1,4 @@
-import { Bot, BarChart3, MessageSquare, Radio } from "lucide-react";
+import { BarChart3, MessageSquare, Radio } from "lucide-react";
import type { DashboardTab } from "../../types/ui";
import { cn } from "../../lib/utils";
import { Button } from "../ui/button";
@@ -18,12 +18,13 @@ export function Sidebar({ activeTab, onTabChange }: SidebarProps) {
return (