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
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ export default class Button extends React.PureComponent {
rel,
target,
title,
'aria-label': title,
type,
disabled: isDisabled,
className: classes,