From 873cc533aa61543985903f2419aa22678123df5a Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 19:09:47 +0000 Subject: [PATCH] Refactor: Move New Chat button --- src/components/Layout.tsx | 19 ++----------------- src/components/chat/ChatSidebar.tsx | 7 ++++++- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 477a300..4a2e39b 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -42,16 +42,8 @@ export const Layout = ({ children, activeTab, onTabChange }: LayoutProps) => { - {/* New Chat Button */} -
- -
- - {/* Navigation Tabs */} -