Skip to content

Commit

Permalink
#3111 - Add label to account button (#3278)
Browse files Browse the repository at this point in the history
Add accessible text labels to account buttons.
  • Loading branch information
katrina-aot-git authored May 15, 2024
1 parent efcd012 commit 2926621
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions sources/packages/web/src/views/aest/AppAEST.vue
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
elevation="1"
color="secondary"
v-bind="props"
aria-label="Account"
></v-btn>
</template>
<v-list>
Expand Down
1 change: 1 addition & 0 deletions sources/packages/web/src/views/student/AppStudent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
elevation="1"
color="secondary"
v-bind="props"
aria-label="Account"
></v-btn>
</template>
<v-list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
elevation="1"
color="secondary"
v-bind="props"
aria-label="Account"
></v-btn>
</template>
<v-list>
Expand Down

0 comments on commit 2926621

Please sign in to comment.