We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c6d33f commit 7a79002Copy full SHA for 7a79002
default.hbs
@@ -51,10 +51,10 @@
51
<div class="gh-head-actions">
52
{{#unless @site.members_enabled}}
53
{{^match @custom.navigation_layout "Stacked"}}
54
- <button class="gh-search gh-icon-btn" data-ghost-search>{{> "icons/search"}}</button>
+ <button class="gh-search gh-icon-btn" aria-label="Search this site" data-ghost-search>{{> "icons/search"}}</button>
55
{{/match}}
56
{{else}}
57
58
<div class="gh-head-members">
59
{{#unless @member}}
60
{{#unless @site.members_invite_only}}
0 commit comments