We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da366f commit d5a195bCopy full SHA for d5a195b
1 file changed
app/components/PackageDependencies.vue
@@ -169,6 +169,7 @@ const sortedOptionalDependencies = computed(() => {
169
class="shrink-0 text-fg-muted hover:text-fg transition-colors duration-200 cursor-help inline-flex items-center"
170
:title="$t('package.dependencies.optional')"
171
:aria-label="$t('package.dependencies.optional')"
172
+ role="img"
173
>
174
<span aria-hidden="true" class="i-carbon:information w-3 h-3 block" />
175
</span>
0 commit comments