fix(theme): remove unnecessary navigation role on nav element

pull/3918/head
Divyansh Singh 1 month ago committed by GitHub
parent a335bc705c
commit af4717d682
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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" />

Loading…
Cancel
Save