fix: remove unused button

This commit is contained in:
2026-06-19 04:54:46 -03:00
parent 81870218c1
commit f3a1813c00
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export default function Sidebar() {
</Link> </Link>
</nav> </nav>
<button className={styles.syncButton}>Synchronize</button> {/* <button className={styles.syncButton}>Synchronize</button> */}
</aside> </aside>
); );
} }
+2 -2
View File
@@ -41,7 +41,7 @@
border-left: 3px solid #a30000; border-left: 3px solid #a30000;
} }
.syncButton { /* .syncButton {
margin-top: auto; margin-top: auto;
padding: 1rem; padding: 1rem;
background: #0a0a0a; background: #0a0a0a;
@@ -60,4 +60,4 @@
color: #ffffff; color: #ffffff;
border-color: #ff0000; border-color: #ff0000;
box-shadow: 0 0 10px #7f0000; box-shadow: 0 0 10px #7f0000;
} } */