added placeholder for title <input>
This commit is contained in:
parent
e54f449a02
commit
61d75631bb
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<div class="simple-note__inputs">
|
||||
<label class="simple-note__label simple-note__label--title">
|
||||
<h1 class="sr-only">Note title</h1>
|
||||
<input class="simple-note__input simple-note__input--title" type="text" spellcheck="false">
|
||||
<input class="simple-note__input simple-note__input--title" type="text" placeholder="My Title" spellcheck="false">
|
||||
</label>
|
||||
<label class="simple-note__label simple-note__label--body">
|
||||
<span class="sr-only">Note content</span>
|
||||
|
|
Loading…
Reference in a new issue