Skip to content

Commit

Permalink
patch(theme-default): added label to hamburger btn for accessibility (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnavK-09 authored Feb 12, 2024
1 parent d1fda14 commit cf9324a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export function NavHamburger(props: Props) {
/>
<button
onClick={toggleScreen}
aria-label="mobile hamburger"
className={`${isScreenOpen ? styles.active : ''} ${
styles.navHamburger
} text-gray-500`}
Expand Down

0 comments on commit cf9324a

Please sign in to comment.