Add aria-label for email input

This commit is contained in:
Sam Carlton 2020-11-20 13:04:29 -06:00
parent f729cf37cf
commit f2711fe07f

View file

@ -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"