Skip to content

Commit

Permalink
Fix: Addressed accessibility issues for the hamburger menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinxiel committed Aug 8, 2023
1 parent e0425c6 commit ee9e83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SiteHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ updateScreenScroll();
<div class="header--social-media">
<SocialMedia />
</div>
<button class="hamburger-menu" href="" @click.prevent="toggleHamburgerMenuVisibility()">
<button aria-label="mobile menu" type="button" class="hamburger-menu" href="" @click.prevent="toggleHamburgerMenuVisibility()">
<svg viewBox="0 0 100 100" v-if="!page_state.isHamburgerMenuOpen">
<rect y="5" width="100" height="15" />
<rect y="43.5" width="100" height="15" />
Expand Down

0 comments on commit ee9e83f

Please sign in to comment.