Skip to content

Commit cecafd8

Browse files
committed
feat: adjust chat input placeholder
1 parent a57c7dd commit cecafd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/postgres-new/components/chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ export default function Chat() {
565565
className="flex-grow border-none focus-visible:ring-0 text-base bg-inherit placeholder:text-neutral-400 resize-none"
566566
value={input}
567567
onChange={handleInputChange}
568-
placeholder="Message AI"
568+
placeholder="Message AI or write SQL"
569569
autoFocus
570570
rows={Math.min(input.split('\n').length, 10)}
571571
onKeyDown={(e) => {

0 commit comments

Comments
 (0)