diff --git a/web/app/_components/BasicPromptAccessories/index.tsx b/web/app/_components/BasicPromptAccessories/index.tsx index 8baf25d6a..11dbf8be6 100644 --- a/web/app/_components/BasicPromptAccessories/index.tsx +++ b/web/app/_components/BasicPromptAccessories/index.tsx @@ -1,7 +1,7 @@ "use client"; import { useSetAtom } from "jotai"; -import { FaceSmileIcon } from "@heroicons/react/24/outline"; +import { InformationCircleIcon } from "@heroicons/react/24/outline"; import SendButton from "../SendButton"; import { showingAdvancedPromptAtom } from "@/_helpers/atoms/Modal.atom"; @@ -12,19 +12,17 @@ const BasicPromptAccessories: React.FC = () => { return (
- {/* Emoji */} + {/* Add future accessories here, e.g upload a file */}
- +
- {/* send buton */}
diff --git a/web/app/_components/BasicPromptInput/index.tsx b/web/app/_components/BasicPromptInput/index.tsx index 6696697b7..38df07895 100644 --- a/web/app/_components/BasicPromptInput/index.tsx +++ b/web/app/_components/BasicPromptInput/index.tsx @@ -51,7 +51,8 @@ const BasicPromptInput: React.FC = () => { }; // Auto adjust textarea height based on content - const MAX_ROWS = 10; + const MAX_ROWS = 30; + const adjustTextareaHeight = () => { if (textareaRef.current) { textareaRef.current.style.height = "auto"; // 1 row