️(react) add aria-label property to the only icon button story

As this button has no label only an icon, the a11y checker reports us
that there is no accessible label for this component.
This commit is contained in:
jbpenrath
2023-02-23 16:21:26 +01:00
committed by NathanVss
parent 0274534234
commit 8bf13ae3ad

View File

@@ -87,6 +87,7 @@ IconRight.args = {
export const IconOnly = Template.bind({});
IconOnly.args = {
"aria-label": "Button with only an icon",
icon: (
<svg
width="24"