Added aria-label to Button

• Added:
- aria-label to Button
This commit is contained in:
mgabdev 2020-08-17 16:28:29 -05:00
parent bd20fd5ac5
commit 0a331ad389

View File

@ -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,