Skip to content

Commit

Permalink
chore: modified placeholder value
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaster17 committed Sep 4, 2024
1 parent b43c959 commit e2cf54e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/core/playground/InputArea.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const InputArea: React.FC<{ inputValue: string; onInputChange: (e: React.ChangeE
className="w-full h-40 p-2 mt-2 text-white bg-dark-layer-2 border-slate-600 rounded"
value={inputValue}
onChange={onInputChange}
placeholder="Enter your input here..."
placeholder="Enter your input here seperated by spaces..."
/>
);

Expand Down

0 comments on commit e2cf54e

Please sign in to comment.