Add aria-label to menu button

This commit is contained in:
Kalle
2022-07-02 14:05:16 +03:00
parent 00225645fc
commit 55398278bf

View File

@@ -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"