Skip to content

Commit e4b7da5

Browse files
author
Manu
committed
small changes for close button
1 parent 8fe2438 commit e4b7da5

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,5 @@ npm install --save jquery
121121
[CHANGELOG]: ./CHANGELOG.md
122122

123123
[LICENSE]: ./LICENSE.md
124-
[version-badge]: https://img.shields.io/badge/version-0.0.6-blue.svg
124+
[version-badge]: https://img.shields.io/badge/version-0.0.7-blue.svg
125125
[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class NotificationAlert extends React.Component {
6868
}
6969
var notification = React.createElement(
7070
Alert,
71-
{ color: options.type, className: 'alert-with-icon animated fadeInDown', closeClassName: 'now-ui-icons ui-1_simple-remove', toggle: () => this.onDismiss(nNumber, options.place), key: nNumber },
71+
{ color: options.type, className: 'alert-with-icon animated fadeInDown', toggle: () => this.onDismiss(nNumber, options.place), key: nNumber },
7272
options.icon !== undefined ? React.createElement('span', { 'data-notify': 'icon', className: options.icon }) : null,
7373
React.createElement(
7474
'span',

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-notification-alert",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "React bootstrap 4 notification alert",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)