mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-03 00:26:40 +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>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
<div className={styles["sidebar-action"]}>
|
<!-- <div className={styles["sidebar-action"]}>
|
||||||
<a href={REPO_URL} target="_blank" rel="noopener noreferrer">
|
<a href={REPO_URL} target="_blank" rel="noopener noreferrer">
|
||||||
<IconButton
|
<IconButton
|
||||||
aria={Locale.Export.MessageFromChatGPT}
|
aria={Locale.Export.MessageFromChatGPT}
|
||||||
@ -312,7 +312,7 @@ export function SideBar(props: { className?: string }) {
|
|||||||
shadow
|
shadow
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div> -->
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
secondaryAction={
|
secondaryAction={
|
||||||
|
Loading…
Reference in New Issue
Block a user