Skip to content

Commit

Permalink
fix: Fix user avatar link accessibility - EXO-68219 (#704)
Browse files Browse the repository at this point in the history
This change is going to fix the user avatar link accessibility issue
  • Loading branch information
sofyenne committed Jan 31, 2024
1 parent 4e711cf commit 33fdd62
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 33fdd62

Please sign in to comment.