Skip to content

Commit

Permalink
Update deprecated icon names
Browse files Browse the repository at this point in the history
  • Loading branch information
pmusaraj committed Jul 16, 2019
1 parent 3b0c886 commit 16c1887
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
<a {{action "show"}} href class="btn">
{{d-icon "pencil"}}
{{d-icon "pencil-alt"}}
{{#if showCount}}
{{i18n 'staff_notes.show' count=count}}
{{else}}
Expand Down
Expand Up @@ -17,7 +17,7 @@
{{#if n.can_delete}}
<span class='controls'>
{{d-button action=(action "removeNote" n)
icon="trash-o"
icon="far-trash-alt"
class="btn-small btn-danger"
title="staff_notes.remove"}}
</span>
Expand Down

0 comments on commit 16c1887

Please sign in to comment.