diff --git a/packages/web/src/components/Layout.tsx b/packages/web/src/components/Layout.tsx index 2a580574..4990e570 100644 --- a/packages/web/src/components/Layout.tsx +++ b/packages/web/src/components/Layout.tsx @@ -1,6 +1,6 @@ import React from 'react'; import { Link, useLocation } from 'react-router-dom'; -import { Brain, Bot, BarChart3, Settings, Menu, Server, Globe, Shield, Users, Terminal } from 'lucide-react'; +import { Brain, Bot, BarChart3, Settings, Server, Globe, Shield, Users, Terminal } from 'lucide-react'; import { UserSelector } from './UserSelector'; import { GraphSelector } from './GraphSelector'; import { useAuth } from '../contexts/AuthContext'; @@ -48,41 +48,30 @@ export function Layout({ children }: LayoutProps) { {/* Static gradient background - optimized for all browsers */}
- {/* Mobile top bar: hamburger + (on the workspace) the project selector, so the - mobile header is just two rows — project selection here, view bar below. */} -