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,
|
||||
target,
|
||||
title,
|
||||
'aria-label': title,
|
||||
type,
|
||||
disabled: isDisabled,
|
||||
className: classes,
|
||||
|
|
Loading…
Reference in New Issue