Only show chat send button on mobile

This commit is contained in:
Gabe Kangas
2022-10-04 19:04:23 -07:00
parent 6c9f9f6507
commit 45c7fa4f7e
2 changed files with 14 additions and 1 deletions

View File

@@ -235,7 +235,7 @@ export const ChatTextField: FC<ChatTextFieldProps> = () => {
</button>
<button
type="button"
className={styles.emojiButton}
className={styles.sendButton}
title="Send message Button"
onClick={sendMessage}
>