Added aria-label to default.hbs' burger menu
no issue - Improve accessibility - Improve SEO (by improving accessibility)
This commit is contained in:
parent
cf569ac7b3
commit
4c6d33f3df
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue