mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-11 13:28:57 +00:00
add an aria-label to the channel icon in the conversation list
This commit is contained in:
@@ -65,6 +65,8 @@
|
||||
<component
|
||||
:is="conversation.inbox_channel === 'livechat' ? MessageSquare : Mail"
|
||||
class="w-3 h-3 text-muted-foreground"
|
||||
role="img"
|
||||
:aria-label="conversation.inbox_name"
|
||||
/>
|
||||
</TooltipTrigger>
|
||||
<TooltipContent>{{ conversation.inbox_name }}</TooltipContent>
|
||||
|
||||
Reference in New Issue
Block a user