From fc511826a1dd1d6d99a84b2a2c5afffeeb9b7b42 Mon Sep 17 00:00:00 2001
From: Haze <709547807@qq.com>
Date: Fri, 6 Feb 2026 05:20:55 +0800
Subject: [PATCH] refactor(sidebar): remove version button from Sidebar
component
- Eliminated the version display button from the Sidebar to streamline the UI.
- Adjusted layout to maintain consistency with the overall design.
---
src/components/layout/Sidebar.tsx | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/src/components/layout/Sidebar.tsx b/src/components/layout/Sidebar.tsx
index 473972311..72ed83bba 100644
--- a/src/components/layout/Sidebar.tsx
+++ b/src/components/layout/Sidebar.tsx
@@ -174,17 +174,7 @@ export function Sidebar() {
)}
-
- {/* Version */}
-
+
{/* Collapse Toggle */}