Skip to content

Commit

Permalink
docs: Fix missing accessible name for scroll-to-top link (#18329)
Browse files Browse the repository at this point in the history
  • Loading branch information
germanfrelo committed Apr 13, 2024
1 parent 0db676f commit 71c771f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/_includes/layouts/doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ <h1>{{ title }}</h1>
</div>
</div>

<a id="scroll-up-btn" href="#site_top">
<a id="scroll-up-btn" href="#site_top" aria-label="Scroll to top">
<svg fill="none" height="24" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 24 24" width="24"><line x1="12" x2="12" y1="19" y2="5"/><polyline points="5 12 12 5 19 12"/></svg>
</a>
</div>
Expand Down

0 comments on commit 71c771f

Please sign in to comment.