李富豪 9 månader sedan
förälder
incheckning
10aefa234a
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      app/components/chat.tsx

+ 4 - 4
app/components/chat.tsx

@@ -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">