Skip to content

Commit

Permalink
DEV: Update more deprecated Font Awesome icon names
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks committed Dec 5, 2024
1 parent 00298bf commit b92563c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="setting-controls">
{{#if this.changed}}
<DButton class="ok" @action={{action "save"}} @icon="check" />
<DButton class="cancel" @action={{action "cancel"}} @icon="times" />
<DButton class="cancel" @action={{action "cancel"}} @icon="xmark" />
{{/if}}
</div>
<p class="help">{{this.help}}</p>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="setting-controls">
{{#if this.changed}}
<DButton class="ok" @action={{action "save"}} @icon="check" />
<DButton class="cancel" @action={{action "cancel"}} @icon="times" />
<DButton class="cancel" @action={{action "cancel"}} @icon="xmark" />
{{/if}}
</div>
<p class="help">{{this.help}}</p>
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

<DButton
@label="admin.adplugin.house_ads.more_settings"
@icon="cog"
@icon="gear"
@action={{route-action "moreSettings"}}
class="btn-default"
/>
Expand Down

0 comments on commit b92563c

Please sign in to comment.