Skip to content

Commit 932935c

Browse files
committed
[codecane] Tweak input placeholder text
1 parent a2d418d commit 932935c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ export const App = ({
865865
value={inputValue}
866866
onChange={setInputValue}
867867
onSubmit={handleSubmit}
868-
placeholder="Share your thoughts and press Enter…"
868+
placeholder="Type your coding task or '/' to see available commands"
869869
focused={inputFocused}
870870
maxHeight={5}
871871
width={inputWidth}

0 commit comments

Comments
 (0)