mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-02 16:16:39 +08:00
Update sidebar.tsx
This commit is contained in:
parent
09c89a8ba0
commit
4c0d56b5a2
@ -304,7 +304,7 @@ export function SideBar(props: { className?: string }) {
|
||||
/>
|
||||
</Link>
|
||||
</div>
|
||||
<div className={styles["sidebar-action"]}>
|
||||
<!-- <div className={styles["sidebar-action"]}>
|
||||
<a href={REPO_URL} target="_blank" rel="noopener noreferrer">
|
||||
<IconButton
|
||||
aria={Locale.Export.MessageFromChatGPT}
|
||||
@ -312,7 +312,7 @@ export function SideBar(props: { className?: string }) {
|
||||
shadow
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
</div> -->
|
||||
</>
|
||||
}
|
||||
secondaryAction={
|
||||
|
Loading…
Reference in New Issue
Block a user