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

Commit

Permalink
fix(notification): update empty notification to fix typo (#346)
Browse files Browse the repository at this point in the history
update to separate className and name
  • Loading branch information
andrewleyva authored Dec 18, 2018
1 parent 1bdd689 commit 2d42224
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 2d42224

Please sign in to comment.