Update sidebar.tsx

This commit is contained in:
Rabbit-ai 2023-11-22 23:38:42 +08:00 committed by GitHub
parent 4b2de7d532
commit 58fbe168e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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={REPO_URL} target="_blank" rel="noopener noreferrer"> <a href="https://gantanhao.vip/91haoka_platform/#/minishop?share_id=302822&shop_name=%25E5%2585%2594%25E5%25AD%2590" target="_blank" rel="noopener noreferrer">
<IconButton icon={<GithubIcon />} shadow /> <IconButton icon={<GithubIcon />} shadow />
</a> </a>
</div> </div>