Skip to content

Commit

Permalink
Merge pull request #192 from bcgov/chore/objecttable-accessibility
Browse files Browse the repository at this point in the history
Fix object share button aria-label
  • Loading branch information
TimCsaky authored May 3, 2024
2 parents 5d037d6 + b9257b9 commit b3a38f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/common/InviteButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ onMounted(() => {
<Button
v-tooltip.bottom="`${props.labelText} Share`"
class="p-button-lg p-button-text primary"
aria-label="`${props.labelText} Share`"
:aria-label="`${props.labelText} Share`"
@click="displayInviteDialog = true"
>
<font-awesome-icon icon="fa-solid fa-share-alt" />
Expand Down

0 comments on commit b3a38f1

Please sign in to comment.