Skip to content

Commit

Permalink
Added aria-label to default.hbs' burger menu
Browse files Browse the repository at this point in the history
no issue

- Improve accessibility
- Improve SEO (by improving accessibility)
  • Loading branch information
Tauromachian authored and minimaluminium committed Nov 21, 2023
1 parent cf569ac commit 4c6d33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
{{/if}}
</a>
<button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search>{{> "icons/search"}}</button>
<button class="gh-burger"></button>
<button class="gh-burger" aria-label="Main Menu"></button>
</div>

<nav class="gh-head-menu">
Expand Down

0 comments on commit 4c6d33f

Please sign in to comment.