fix: remove unused button
This commit is contained in:
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
} */
|
||||||
|
|||||||
Reference in New Issue
Block a user