Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 2d42224

Browse files
authored
fix(notification): update empty notification to fix typo (#346)
update to separate className and name
1 parent 1bdd689 commit 2d42224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Notification/NotificationEmpty.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const NotificationEmpty = props => {
77
<div className='empty__notification_panel' {...rest}>
88
<div className='outer-circle'>
99
<div className='inner-circle'>
10-
<Icon name='bell outline bell_icon' size='big' />
10+
<Icon name='bell outline' className='bell_icon' size='big' />
1111
<div className='info_text'>
1212
<span>No New Notifications!</span>
1313
</div>

0 commit comments

Comments
 (0)