We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57c7dd commit cecafd8Copy full SHA for cecafd8
apps/postgres-new/components/chat.tsx
@@ -565,7 +565,7 @@ export default function Chat() {
565
className="flex-grow border-none focus-visible:ring-0 text-base bg-inherit placeholder:text-neutral-400 resize-none"
566
value={input}
567
onChange={handleInputChange}
568
- placeholder="Message AI"
+ placeholder="Message AI or write SQL"
569
autoFocus
570
rows={Math.min(input.split('\n').length, 10)}
571
onKeyDown={(e) => {
0 commit comments