added colon (:) to note body label

This commit is contained in:
westtle 2024-01-28 18:32:38 +07:00
parent 1c2f60924e
commit 85b6c00d9d

View file

@ -21,7 +21,7 @@
<input class="simple-note__input simple-note__input--title" type="text" placeholder="Your title" spellcheck="false">
</label>
<label class="simple-note__label simple-note__label--body">
<span class="sr-only">Note content</span>
<span class="sr-only">Note content:</span>
<textarea class="simple-note__input simple-note__input--body" spellcheck="false">Lorem, ipsum dolor sit amet consectetur adipisicing elit. Atque amet veniam nulla quia harum explicabo.</textarea>
</label>
</div>