From f3a1813c009c0c1bd4667c352e05002aa16b4e31 Mon Sep 17 00:00:00 2001 From: neru Date: Fri, 19 Jun 2026 04:54:46 -0300 Subject: [PATCH] fix: remove unused button --- components/Sidebar.tsx | 2 +- styles/Sidebar.module.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/Sidebar.tsx b/components/Sidebar.tsx index 5e0b2b6..8273d89 100644 --- a/components/Sidebar.tsx +++ b/components/Sidebar.tsx @@ -28,7 +28,7 @@ export default function Sidebar() { - + {/* */} ); } diff --git a/styles/Sidebar.module.css b/styles/Sidebar.module.css index 054af95..f13d321 100644 --- a/styles/Sidebar.module.css +++ b/styles/Sidebar.module.css @@ -41,7 +41,7 @@ border-left: 3px solid #a30000; } -.syncButton { +/* .syncButton { margin-top: auto; padding: 1rem; background: #0a0a0a; @@ -60,4 +60,4 @@ color: #ffffff; border-color: #ff0000; box-shadow: 0 0 10px #7f0000; -} +} */