Update sidebar.tsx

This commit is contained in:
chenshuiguqq 2023-04-28 00:37:31 +08:00 committed by GitHub
parent d14f6fc166
commit b290721d4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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