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