mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 19:46:37 +08:00
去除了github图标连接
This commit is contained in:
parent
5bd938188d
commit
ff6c124ff2
@ -86,7 +86,7 @@ export function SideBar(props: { className?: string }) {
|
||||
}`}
|
||||
>
|
||||
<div className={styles["sidebar-header"]}>
|
||||
<div className={styles["sidebar-title"]}>ChatGPT Next</div>
|
||||
<div className={styles["sidebar-title"]}>ChatGPT</div>
|
||||
<div className={styles["sidebar-sub-title"]}>
|
||||
Build your own AI assistant. ---zhaoshengmu
|
||||
</div>
|
||||
@ -119,11 +119,11 @@ export function SideBar(props: { className?: string }) {
|
||||
<IconButton icon={<SettingsIcon />} shadow />
|
||||
</Link>
|
||||
</div>
|
||||
<div className={styles["sidebar-action"]}>
|
||||
<a href={REPO_URL} target="_blank">
|
||||
<IconButton icon={<GithubIcon />} shadow />
|
||||
</a>
|
||||
</div>
|
||||
{/*<div className={styles["sidebar-action"]}>*/}
|
||||
{/* <a href={REPO_URL} target="_blank">*/}
|
||||
{/* <IconButton icon={<GithubIcon />} shadow />*/}
|
||||
{/* </a>*/}
|
||||
{/*</div>*/}
|
||||
</div>
|
||||
<div>
|
||||
<IconButton
|
||||
|
Loading…
Reference in New Issue
Block a user