Update sidebar.tsx

This commit is contained in:
LiLeeLing 2024-03-26 01:33:46 +08:00 committed by GitHub
parent 2a4fbebf85
commit b891d2b119
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -217,7 +217,7 @@ export function SideBar(props: { className?: string }) {
</Link> </Link>
</div> </div>
<div className={styles["sidebar-action"]}> <div className={styles["sidebar-action"]}>
<a href={https://lolis.dev} target="_blank" rel="noopener noreferrer"> <a href="https://lolis.dev" target="_blank" rel="noopener noreferrer">
<IconButton icon={<GithubIcon />} shadow /> <IconButton icon={<GithubIcon />} shadow />
</a> </a>
</div> </div>