Update sidebar.tsx

This commit is contained in:
chenshuiguqq 2023-04-28 01:01:33 +08:00 committed by GitHub
parent 5527197fd8
commit abd3b982a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,8 +123,8 @@ export function SideBar(props: { className?: string }) {
<IconButton icon={<SettingsIcon />} shadow />
</Link>
</div>
<div className={styles["sidebar-action"]}>
<a href={REPO_URL} target="_blank">
<div className={styles["sidebar-action"]} style={{ visibility: 'hidden' }}>
<a href={REPO_URL} target="_blank" >
<IconButton icon={<GithubIcon />} shadow />
</a>
</div>