Skip to content

Commit

Permalink
#2218 Add accessible label for button
Browse files Browse the repository at this point in the history
  • Loading branch information
dwalizer committed Dec 24, 2024
1 parent 7dd6c66 commit e4254ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ const skillId = computed(() => {
<SkillsButton :icon="!isExpanded ? 'fas fa-plus' : 'fas fa-minus'"
v-if="skill.isSkillsGroupType"
outlined
:aria-label="!isExpanded ? 'Expand Group' : 'Collapse Group'"
text
class="p-1"
:data-cy="`toggleGroup-${skillId}`"
Expand Down

0 comments on commit e4254ca

Please sign in to comment.