We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5223068 commit f5be0b7Copy full SHA for f5be0b7
1 file changed
index.js
@@ -78,7 +78,7 @@ class NotificationAlert extends React.Component{
78
}
79
80
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} >
+ <Alert color={options.type} className="alert-with-icon animated fadeInDown" toggle={() => this.onDismiss(nNumber,options.place)} key={nNumber} >
82
<span data-notify="icon" className="now-ui-icons ui-1_bell-53"></span>
83
<span data-notify="message">{options.message}</span>
84
</Alert>
0 commit comments