user_profile_modal.handlebars: Upgrade to font-awesome 4.7 icon prefixes.

This commit is contained in:
Aditya Bansal 2018-07-03 04:10:55 +05:30 committed by Tim Abbott
parent 44e9c6909f
commit 65eaf92acd
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
{{full_name}}
{{#if is_me}}
<a href="/#settings/your-account">
<i class="icon-vector-edit user-profile-modal-edit-button" aria-hidden="true"></i>
<i class="fa fa-edit user-profile-modal-edit-button" aria-hidden="true"></i>
</a>
{{/if}}
</div>