Skip to content

Commit

Permalink
fix: Fix user avatar link accessibility - EXO-68219
Browse files Browse the repository at this point in the history
  • Loading branch information
sofyenne committed Jan 29, 2024
1 parent 07a1c52 commit bca1f3b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
v-if="displayUserInformation && (!message.isEnabledUser || message.isEnabledUser === 'true')"
:style="`backgroundImage: url(${avatarUrl}`"
:href="getProfileLink(message.user)"
:aria-label="$t('popover.userAvatar.title',{0: attendeeFullname})"
class="chat-contact-avatar"></a>
<div
v-else-if="displayUserInformation"
Expand Down

0 comments on commit bca1f3b

Please sign in to comment.