Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
fix(notification): adds aria-label to button (#2255)
Browse files Browse the repository at this point in the history
* fix(notification): adds aria-label to button

* fix(notification): remove test label
  • Loading branch information
dakahn authored and emyarod committed Apr 22, 2019
1 parent 8ea0fc8 commit 13c4546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Notification/Notification.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ export class NotificationButton extends Component {
<button
{...other}
type={type}
aria-label={iconDescription}
title={iconDescription}
className={buttonClasses}>
{NotificationButtonIcon}
Expand Down

0 comments on commit 13c4546

Please sign in to comment.