Closed antoniojps closed 4 years ago
This is a simple fix, pass the aria-label prop to the component.
Maybe something like this:
<Hamburguer aria-label="Open menu" />
Here's more information
I just noticed that there's a label prop just for this!
label
Thank you!
This is a simple fix, pass the aria-label prop to the component.
Maybe something like this:
Here's more information