We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb9f100 commit 6c77ab0Copy full SHA for 6c77ab0
desk/src/components/CommentBox.vue
@@ -19,7 +19,7 @@
19
</div>
20
<div class="flex items-center gap-1">
21
<Tooltip v-if="_isPinned" text="Pinned comment">
22
- <LucidePin class="size-3.5 text-ink-gray-6" />
+ <LucidePin class="size-3.5 text-ink-gray-6" aria-label="Pinned comment" />
23
</Tooltip>
24
<Tooltip :text="dateFormat(creation, dateTooltipFormat)">
25
<span class="pl-0.5 text-sm text-gray-600">
0 commit comments