fix(a11y): add more aria labels
This commit is contained in:
parent
9ad79d5f37
commit
59e365591d
11 changed files with 15 additions and 9 deletions
|
@ -24,6 +24,7 @@ const switchUser = (user: UserLogin) => {
|
|||
<button
|
||||
flex rounded px4 py3 text-left
|
||||
hover:bg-active cursor-pointer transition-100
|
||||
aria-label="Switch user"
|
||||
@click="switchUser(user)"
|
||||
>
|
||||
<AccountInfo :account="user.account" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue