Skip to content

Commit df84cbb

Browse files
committed
docs(DocsFeedback): add title attr to emoji rating buttons
1 parent 74a9eac commit df84cbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/docs/src/components/docs/DocsFeedback.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@
105105
:key="option.value"
106106
:aria-label="option.label"
107107
class="inline-flex items-center justify-center w-10 h-10 rounded-lg border border-transparent hover:border-divider hover:bg-surface-variant transition-colors text-xl"
108+
:title="option.label"
108109
type="button"
109110
@click="selectRating(option.value)"
110111
>

0 commit comments

Comments
 (0)