|
|
@@ -8,7 +8,7 @@ import React, {
|
|
|
Fragment,
|
|
|
RefObject,
|
|
|
} from "react";
|
|
|
-import { CommentOutlined} from '@ant-design/icons';
|
|
|
+import { CommentOutlined } from '@ant-design/icons';
|
|
|
import SendWhiteIcon from "../icons/send-white.svg";
|
|
|
import BrainIcon from "../icons/brain.svg";
|
|
|
import RenameIcon from "../icons/rename.svg";
|
|
|
@@ -1612,11 +1612,11 @@ function _Chat() {
|
|
|
</div>
|
|
|
)} */}
|
|
|
<IconButton
|
|
|
- icon={<CommentOutlined />}
|
|
|
+ icon={<CommentOutlined />}
|
|
|
bordered
|
|
|
title={Locale.Chat.Actions.Export}
|
|
|
- onClick={()=>{
|
|
|
- navigate({pathname:'/deepSeek'})
|
|
|
+ onClick={() => {
|
|
|
+ navigate({ pathname: '/' })
|
|
|
}}
|
|
|
/>
|
|
|
<div className="window-action-button">
|