Update sidebar.tsx

This commit is contained in:
LiLeeLing
2024-03-26 01:25:24 +08:00
committed by GitHub
parent 737e8c79d5
commit 2a4fbebf85

View File

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