Skip to content

Commit 917d2d4

Browse files
committed
fix: wrong element type
1 parent 899516f commit 917d2d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ onKeyStroke(
649649
<!-- Internal navigation: Docs + Code + Compare (hidden on mobile, shown in external links instead) -->
650650
<ButtonGroup
651651
v-if="resolvedVersion"
652-
as="div"
652+
as="nav"
653653
:aria-label="$t('package.navigation')"
654654
class="hidden sm:flex"
655655
>

0 commit comments

Comments
 (0)