Skip to content

Commit 6e74f42

Browse files
committed
Add a placeholder for the instructions editor
1 parent 71f2920 commit 6e74f42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/InstructionsEditor.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export default class InstructionsEditor extends React.Component {
4949
<textarea
5050
className="instructions-editor__input"
5151
defaultValue={this.props.instructions}
52+
placeholder="Type here..."
5253
ref={this._ref}
5354
/>
5455
</div>

0 commit comments

Comments
 (0)