fix: remove unused button
This commit is contained in:
@@ -28,7 +28,7 @@ export default function Sidebar() {
|
||||
</Link>
|
||||
</nav>
|
||||
|
||||
<button className={styles.syncButton}>Synchronize</button>
|
||||
{/* <button className={styles.syncButton}>Synchronize</button> */}
|
||||
</aside>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user