From ff8d497f97233911e177aaf3ff8f99384e1ab2de Mon Sep 17 00:00:00 2001 From: typist Date: Wed, 29 Oct 2025 21:36:44 +0800 Subject: [PATCH] refactor: simplify SidebarFooter component - Removed the 'need more tools?' link from the SidebarFooter. - Updated the layout of SidebarFooter to use a flex column for better alignment. --- src/components/sidebar/index.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/components/sidebar/index.tsx b/src/components/sidebar/index.tsx index 5474513..0f86815 100644 --- a/src/components/sidebar/index.tsx +++ b/src/components/sidebar/index.tsx @@ -114,11 +114,7 @@ export const AppSidebar = () => { - - - need more tools? - - + ); }; \ No newline at end of file