Skip to content

Commit bfce20e

Browse files
koki-developclaude
andcommitted
feat: Add placeholder text to input field
- Add "Talk to the cat..." placeholder to guide user interaction - Improve user experience with helpful input prompt 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent f6af839 commit bfce20e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/InputField.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const InputField: React.FC<InputFieldProps> = ({
2323
onChange={onChange}
2424
onSubmit={onSubmit}
2525
showCursor={showCursor}
26+
placeholder="Talk to the cat..."
2627
/>
2728
</Box>
2829
);

0 commit comments

Comments
 (0)