File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -189,10 +189,12 @@ class CovidApp extends Component {
189
189
onClick = { this . handleNotification }
190
190
/>
191
191
) : (
192
- < FontAwesomeIcon
193
- icon = { faBell }
194
- onClick = { this . handleNotification }
195
- />
192
+ < div className = { classes . notificationBell } >
193
+ < FontAwesomeIcon
194
+ icon = { faBell }
195
+ onClick = { this . handleNotification }
196
+ />
197
+ </ div >
196
198
) }
197
199
</ div >
198
200
< div className = { classes . update } > { expanded && displayUpdates } </ div >
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ export default {
40
40
color : colors . darkPurple ,
41
41
position : "relative" ,
42
42
transition : "all .5s ease" ,
43
+ } ,
44
+
45
+ notificationBell : {
46
+ position : "relative" ,
43
47
44
48
"&::before" : {
45
49
content : '""' ,
You can’t perform that action at this time.
0 commit comments