mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-13 21:43:42 +08:00
Update sidebar.tsx
This commit is contained in:
@@ -123,8 +123,8 @@ export function SideBar(props: { className?: string }) {
|
||||
<IconButton icon={<SettingsIcon />} shadow />
|
||||
</Link>
|
||||
</div>
|
||||
<div className={styles["sidebar-action"]}>
|
||||
<a href={REPO_URL} target="_blank">
|
||||
<div className={styles["sidebar-action"]} style={{ visibility: 'hidden' }}>
|
||||
<a href={REPO_URL} target="_blank" >
|
||||
<IconButton icon={<GithubIcon />} shadow />
|
||||
</a>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user