s/fa-icon/d-icon (#7337)

This commit is contained in:
Joffrey JAFFEUX 2019-04-08 15:51:38 +02:00 committed by GitHub
parent 0d2a1fce51
commit 9d2e2867cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,6 +2,6 @@
{{#if user}}
{{#user-link user=user}}{{avatar user imageSize="large"}}{{/user-link}}
{{else}}
{{fa-icon "far-trash-alt" class="deleted-user-avatar"}}
{{d-icon "far-trash-alt" class="deleted-user-avatar"}}
{{/if}}
</div>