Shorten placeholder text for mobile

This commit is contained in:
2026-04-26 06:55:54 +00:00
parent b9cadf6b0a
commit 5ce73c18c6
+1 -1
View File
@@ -152,7 +152,7 @@ export default function MessageInput() {
value={text}
onChange={e => { setText(e.target.value); autoResize(); }}
onKeyDown={handleKeyDown}
placeholder="Ask anything... (Shift+Enter for new line)"
placeholder="Ask anything..."
rows={1}
className="w-full block resize-none outline-none bg-transparent px-3 py-3 leading-relaxed min-w-0"
style={{