mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add aria-label for email input
This commit is contained in:
parent
f729cf37cf
commit
f2711fe07f
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@
|
|||
v-model="email"
|
||||
:class="inputClasslist"
|
||||
:placeholder="isFocused ? 'me@email.com' : 'Tell me when this changes'"
|
||||
aria-label="Email Address"
|
||||
name="email-subscribe"
|
||||
style="width: 230px;"
|
||||
type="email"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue