Skip to content

Commit

Permalink
Fix: object share button aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
norrisng-bc committed May 2, 2024
1 parent 5d037d6 commit 35b4561
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="Object share"
@click="displayInviteDialog = true"
>
<font-awesome-icon icon="fa-solid fa-share-alt" />
Expand Down

0 comments on commit 35b4561

Please sign in to comment.