Skip to content

Commit cf16fa9

Browse files
committed
DEV: Update more deprecated Font Awesome icon names
1 parent 2075b3b commit cf16fa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

assets/javascripts/discourse/components/modal/user-notes.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<span class="controls">
2828
<DButton
2929
@action={{fn this.removeNote n}}
30-
@icon="far-trash-alt"
30+
@icon="far-trash-can"
3131
@title="user_notes.remove"
3232
class="btn-small btn-danger"
3333
/>
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<DButton
22
class="btn-default show-user-notes-btn"
33
@action={{@show}}
4-
@icon="pencil-alt"
4+
@icon="pencil"
55
@translatedLabel={{this.label}}
66
/>

0 commit comments

Comments
 (0)