Added aria-label to Button
• Added: - aria-label to Button
This commit is contained in:
parent
bd20fd5ac5
commit
0a331ad389
@ -238,6 +238,7 @@ export default class Button extends React.PureComponent {
|
|||||||
rel,
|
rel,
|
||||||
target,
|
target,
|
||||||
title,
|
title,
|
||||||
|
'aria-label': title,
|
||||||
type,
|
type,
|
||||||
disabled: isDisabled,
|
disabled: isDisabled,
|
||||||
className: classes,
|
className: classes,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user