Shorten placeholder text for mobile
This commit is contained in:
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user