mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-09 03:26:38 +08:00
Update home.tsx
This commit is contained in:
parent
87574fd7c2
commit
43b7d37ac0
@ -135,12 +135,15 @@ function _Home() {
|
|||||||
需要授权码请联系vx:Specialonep
|
需要授权码请联系vx:Specialonep
|
||||||
</div>
|
</div>
|
||||||
<div className={styles["sidebar-copy-button"]}>
|
<div className={styles["sidebar-copy-button"]}>
|
||||||
|
<div className={styles["sidebar-copy-icon"]}>
|
||||||
<IconButton
|
<IconButton
|
||||||
icon={<ClipboardIcon width="24" height="24" />}
|
icon={<ClipboardIcon />}
|
||||||
onClick={handleCopyText}
|
onClick={handleCopyText}
|
||||||
shadow
|
shadow
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div className={styles["sidebar-logo"]}>
|
<div className={styles["sidebar-logo"]}>
|
||||||
<ChatGptIcon />
|
<ChatGptIcon />
|
||||||
|
Loading…
Reference in New Issue
Block a user