mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-24 03:55:49 -05:00
Add aria-label to menu button
This commit is contained in:
@@ -13,6 +13,7 @@ export function HamburgerButton({
|
||||
onClick={onClick}
|
||||
data-cy="hamburger-button"
|
||||
type="button"
|
||||
aria-label={!expanded ? "Open menu" : "Close menu"}
|
||||
>
|
||||
<svg
|
||||
width="32"
|
||||
|
||||
Reference in New Issue
Block a user