Update sidebar.tsx

This commit is contained in:
eviswu 2024-09-27 14:29:29 +08:00 committed by GitHub
parent b4292bde6d
commit 68d40c4ea6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -299,7 +299,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="http://www.gdcool.net" target="_blank" rel="noopener noreferrer">
<IconButton
aria={Locale.Export.MessageFromChatGPT}
icon={<GithubIcon />}