Skip to content

Commit dc3e6cb

Browse files
Improved accessibility
refs #37
1 parent a2846be commit dc3e6cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

partials/components/navigation.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
{{/if}}
1111
</a>
1212
{{> "search-toggle"}}
13-
<button class="gh-burger gh-icon-button">
13+
<button class="gh-burger gh-icon-button" aria-label="Menu">
1414
{{> "icons/burger"}}
1515
{{> "icons/close"}}
1616
</button>

partials/email-subscription.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<form class="gh-form" data-members-form>
22
<input class="gh-form-input" type="email" placeholder="[email protected]" required data-members-email>
3-
<button class="gh-button" type="submit">
3+
<button class="gh-button" type="submit" aria-label="Subscribe">
44
<span><span>Subscribe</span> {{> "icons/arrow"}}</span>
55
{{> "icons/loader"}}
66
{{> "icons/checkmark"}}

0 commit comments

Comments
 (0)