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 45efa4e commit 4bc2268Copy full SHA for 4bc2268
app/pages/about.vue
@@ -334,9 +334,9 @@ onBeforeUnmount(() => {
334
<LinkBase
335
v-if="!isExpandable(contributor)"
336
:to="contributor.html_url"
337
+ :aria-label="getAriaLabel(contributor)"
338
no-underline
339
no-new-tab-icon
- :aria-label="getAriaLabel(contributor)"
340
class="group relative block h-12 w-12 rounded-lg transition-all outline-none p-0 bg-transparent"
341
>
342
<img
0 commit comments