Skip to content

Commit

Permalink
fix(theme): remove unnecessary navigation role on nav element
Browse files Browse the repository at this point in the history
  • Loading branch information
brc-dd committed May 19, 2024
1 parent a335bc7 commit af4717d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/theme-default/components/VPDocAsideOutline.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ useActiveAnchor(container, marker)
class="VPDocAsideOutline"
:class="{ 'has-outline': headers.length > 0 }"
ref="container"
role="navigation"
>
<div class="content">
<div class="outline-marker" ref="marker" />
Expand Down

0 comments on commit af4717d

Please sign in to comment.