File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 112
112
</div >
113
113
<div id =" mentions-icon" class =" tray-icon" :class =" { 'open': mentionsOpen }" @click =" mentionsOpen = true" >
114
114
<div class =" hoverable" data-balloon =" Mentions" data-balloon-pos =" down" ></div >
115
- <i class =" fa fa-at" ></i >
115
+ <i class =" fas fa-at" ></i >
116
116
<div class =" count" v-if =" notificationMentions" v-html =" notificationMentions" ></div >
117
117
<ul id =" mentions-dropdown" >
118
118
<li >
121
121
<i class =" fa fa-book" ></i > Mark all read
122
122
</div >
123
123
<div v-if =" mentionsList.length" @click =" deleteMention({ type: 'mention'})" class =" delete-all" >
124
- <i class =" fa fa-trash-o " ></i > Delete all
124
+ <i class =" fas fa-trash-alt " ></i > Delete all
125
125
</div >
126
126
</li >
127
127
<li class =" centered" v-if =" !mentionsList.length" >
141
141
</a >
142
142
<div class =" mention-actions" >
143
143
<div @click =" deleteMention({ id: mention.id, type: 'mention', notification_id: mention.notification_id })" class =" delete" data-balloon =" Delete" data-balloon-pos =" right" >
144
- <i class =" fa fa-times" ></i >
144
+ <i class =" far fa-times-circle " ></i >
145
145
</div >
146
146
<div v-if =" !mention.viewed" @click =" dismissNotifications({ type: 'mention', id: mention.notification_id, viewed: mention.viewed })" class =" unmarked" data-balloon =" Mark Read" data-balloon-pos =" right" >
147
- <i class =" fa fa-circle-o " ></i >
147
+ <i class =" far fa-circle" ></i >
148
148
</div >
149
149
<div v-if =" mention.viewed" class =" marked" data-balloon =" Read" data-balloon-pos =" right" >
150
- <i class =" fa fa-check-circle-o " ></i >
150
+ <i class =" far fa-check-circle" ></i >
151
151
</div >
152
152
</div >
153
153
</li >
You can’t perform that action at this time.
0 commit comments