Update the icon name changed by the Font Awesome 5. (#8776)

This commit is contained in:
mayaeh
2018-09-25 22:52:12 +09:00
committed by Eugen Rochko
parent f7a6f9489d
commit 17af4d27da
3 changed files with 11 additions and 11 deletions

View File

@ -9,7 +9,7 @@
= t 'users.signed_in_as'
%span.username @#{current_account.local_username_and_domain}
= link_to destroy_user_session_path(continue: true), method: :delete, class: 'logout-link icon-button' do
= fa_icon 'sign-out'
= fa_icon 'sign-out-alt'
.container-alt= yield
.modal-layout__mastodon