DEV: Update more deprecated Font Awesome icon names
This commit is contained in:
parent
2075b3b748
commit
cf16fa9f40
|
@ -27,7 +27,7 @@
|
|||
<span class="controls">
|
||||
<DButton
|
||||
@action={{fn this.removeNote n}}
|
||||
@icon="far-trash-alt"
|
||||
@icon="far-trash-can"
|
||||
@title="user_notes.remove"
|
||||
class="btn-small btn-danger"
|
||||
/>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<DButton
|
||||
class="btn-default show-user-notes-btn"
|
||||
@action={{@show}}
|
||||
@icon="pencil-alt"
|
||||
@icon="pencil"
|
||||
@translatedLabel={{this.label}}
|
||||
/>
|
Loading…
Reference in New Issue