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

fix(notification): update to empty notification to fix typo #346

Merged
merged 2 commits into from
Dec 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Notification/NotificationEmpty.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const NotificationEmpty = props => {
<div className='empty__notification_panel' {...rest}>
<div className='outer-circle'>
<div className='inner-circle'>
<Icon name='bell outline bell_icon' size='big' />
<Icon name='bell outline' className='bell_icon' size='big' />
<div className='info_text'>
<span>No New Notifications!</span>
</div>
Expand Down