Skip to content

Commit 0a79d95

Browse files
committed
feat: apply review
1 parent 087fc17 commit 0a79d95

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

app/components/AppHeader.vue

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,12 @@ onKeyStroke(
228228
{{ env === 'release' ? 'alpha' : env }}
229229
</span>
230230
</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-
>
231+
<NuxtLink
232+
v-if="prId"
233+
:to="`https://github.com/npmx-dev/npmx.dev/pull/${prId}`"
234+
:aria-label="`Open GitHub pull request ${prId}`"
235+
>
236+
<span class="text-xs px-1.5 py-0.5 rounded badge-green font-sans font-medium ms-2">
236237
PR #{{ prId }}
237238
</span>
238239
</NuxtLink>

0 commit comments

Comments
 (0)