This commit is contained in:
GH Action - Upstream Sync
2023-08-28 00:52:19 +00:00
26 changed files with 537 additions and 11 deletions

View File

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