We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2846be commit dc3e6cbCopy full SHA for dc3e6cb
partials/components/navigation.hbs
@@ -10,7 +10,7 @@
10
{{/if}}
11
</a>
12
{{> "search-toggle"}}
13
- <button class="gh-burger gh-icon-button">
+ <button class="gh-burger gh-icon-button" aria-label="Menu">
14
{{> "icons/burger"}}
15
{{> "icons/close"}}
16
</button>
partials/email-subscription.hbs
@@ -1,6 +1,6 @@
1
<form class="gh-form" data-members-form>
2
<input class="gh-form-input" type="email" placeholder="[email protected]" required data-members-email>
3
- <button class="gh-button" type="submit">
+ <button class="gh-button" type="submit" aria-label="Subscribe">
4
<span><span>Subscribe</span> {{> "icons/arrow"}}</span>
5
{{> "icons/loader"}}
6
{{> "icons/checkmark"}}
0 commit comments