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 087fc17 commit 0a79d95Copy full SHA for 0a79d95
1 file changed
app/components/AppHeader.vue
@@ -228,11 +228,12 @@ onKeyStroke(
228
{{ env === 'release' ? 'alpha' : env }}
229
</span>
230
</NuxtLink>
231
- <NuxtLink v-if="prId" :to="`https://github.com/npmx-dev/npmx.dev/pull/${prId}`">
232
- <span
233
- aria-hidden="true"
234
- class="text-xs px-1.5 py-0.5 rounded badge-green font-sans font-medium ms-2"
235
- >
+ <NuxtLink
+ v-if="prId"
+ :to="`https://github.com/npmx-dev/npmx.dev/pull/${prId}`"
+ :aria-label="`Open GitHub pull request ${prId}`"
+ >
236
+ <span class="text-xs px-1.5 py-0.5 rounded badge-green font-sans font-medium ms-2">
237
PR #{{ prId }}
238
239
0 commit comments