From 70f670dcf7da73a80c2933947fcc56088ae33f80 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Sun, 4 Aug 2024 19:25:49 +0530 Subject: [PATCH] Show send button when text in chat input else voice message button Utilize chat footer space more efficiently. This is especially useful on small screens - Send button is anyway only enabled when there is text in chat input - Otherwise voice message button is better to show by default --- .../web/app/components/chatInputArea/chatInputArea.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx index 032c645e..73034abd 100644 --- a/src/interface/web/app/components/chatInputArea/chatInputArea.tsx +++ b/src/interface/web/app/components/chatInputArea/chatInputArea.tsx @@ -369,7 +369,7 @@ export default function ChatInputArea(props: ChatInputProps) { />