Skip to content

Commit

Permalink
add aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
Miquel Martín committed Jan 13, 2025
1 parent be4a542 commit 7ac2992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Controls.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<div v-else-if="board" class="board-title">
<div :style="{backgroundColor: '#' + board.color}" class="board-bullet" />
<h2 dir="auto">
<span class="board__title-text">{{ board.title }}</span>
<span class="board__title-counter">{{ cardsCount }}</span>
<span aria-label="Board title" class="board__title-text">{{ board.title }}</span>
<span aria-label="Number of cards" class="board__title-counter">{{ cardsCount }}</span>
</h2>
<p v-if="showArchived">
({{ t('deck', 'Archived cards') }})
Expand Down

0 comments on commit 7ac2992

Please sign in to comment.