Skip to content

Commit f5be0b7

Browse files
author
Manu
committed
small changes
1 parent 5223068 commit f5be0b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class NotificationAlert extends React.Component{
7878
}
7979
}
8080
var notification = (
81-
<Alert 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} >
81+
<Alert color={options.type} className="alert-with-icon animated fadeInDown" toggle={() => this.onDismiss(nNumber,options.place)} key={nNumber} >
8282
<span data-notify="icon" className="now-ui-icons ui-1_bell-53"></span>
8383
<span data-notify="message">{options.message}</span>
8484
</Alert>

0 commit comments

Comments
 (0)