diff --git a/app/components/chat.tsx b/app/components/chat.tsx index b1386c174..87287c2e9 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -11,7 +11,6 @@ import React, { import SendWhiteIcon from "../icons/send-white.svg"; import BrainIcon from "../icons/brain.svg"; -import RenameIcon from "../icons/rename.svg"; import ReturnIcon from "../icons/return.svg"; import CopyIcon from "../icons/copy.svg"; import LoadingIcon from "../icons/three-dots.svg"; @@ -1416,7 +1415,7 @@ function _Chat() {
{/* Refresh, Export, Fullscreen buttons removed for simplicity */} - {!isMobileScreen && ( + {/* {!isMobileScreen && (
} @@ -1426,7 +1425,7 @@ function _Chat() { onClick={() => setIsEditingMessage(true)} />
- )} + )} */}