Skip to content

Commit 6c77ab0

Browse files
Add aria-label to pin icon for accessibility
Co-authored-by: RitvikSardana <[email protected]>
1 parent cb9f100 commit 6c77ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

desk/src/components/CommentBox.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</div>
2020
<div class="flex items-center gap-1">
2121
<Tooltip v-if="_isPinned" text="Pinned comment">
22-
<LucidePin class="size-3.5 text-ink-gray-6" />
22+
<LucidePin class="size-3.5 text-ink-gray-6" aria-label="Pinned comment" />
2323
</Tooltip>
2424
<Tooltip :text="dateFormat(creation, dateTooltipFormat)">
2525
<span class="pl-0.5 text-sm text-gray-600">

0 commit comments

Comments
 (0)