Skip to content

Commit

Permalink
Add aria label to the info icon
Browse files Browse the repository at this point in the history
  • Loading branch information
CronkCode committed Sep 10, 2024
1 parent 59d359f commit 39bacf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/UserPortal/components/ChatInput.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="input-wrapper">
<div class="tooltip-component">
<VTooltip :auto-hide="isMobile" :popper-triggers="isMobile ? [] : ['hover']">
<i class="pi pi-info-circle" tabindex="0" @keydown.esc="hideAllPoppers"></i>
<i class="pi pi-info-circle" tabindex="0" @keydown.esc="hideAllPoppers" aria-label="info icon"></i>
<template #popper role="tooltip"><div role="tooltip">Use Shift+Enter to add a new line</div></template>
</VTooltip>
</div>
Expand Down

0 comments on commit 39bacf1

Please sign in to comment.