Add a11y labels for buttons

This commit is contained in:
Sam Carlton 2021-10-21 12:55:48 -05:00
parent c29b1084b3
commit 434a9cfb42
4 changed files with 5 additions and 0 deletions

View file

@ -31,6 +31,7 @@
'rounded-xl text-3xl font-semibold scale-150 bg-darkest neumorphic-shadow focus:outline-none py-4 px-6',
isLoadingFiles ? 'shimmer' : ''
]"
aria-label="Pick an app to scan"
@click="triggerFilepicker"
>{{ isLoadingFiles ? 'Loading Files' : 'Select Apps' }}</button>