Update sidebar.tsx

This commit is contained in:
chenshuiguqq
2023-04-28 00:50:02 +08:00
committed by GitHub
parent b290721d4d
commit 9820ec5820

View File

@@ -124,12 +124,11 @@ export function SideBar(props: { className?: string }) {
</Link>
</div>
<div className={styles["sidebar-action"]}>
<a href={REPO_URL} target="_blank">
<IconButton icon={<GithubIcon />} shadow />
<!-- <a href={REPO_URL} target="_blank">
<IconButton icon={<GithubIcon />} shadow />
</a>
</a> -->
</div>
</div>
</div>
<div>
<IconButton
icon={<AddIcon />}