about summary refs log tree commit diff
path: root/app/views/layouts/modal.html.haml
diff options
context:
space:
mode:
authormayaeh <mayaeh@marimo-net.org>2018-09-25 22:52:12 +0900
committerEugen Rochko <eugen@zeonfederated.com>2018-09-25 15:52:12 +0200
commit17af4d27da484fc35ecd4b4dce2443d24aa35d23 (patch)
treec8efafe457a25ec3e9f29025673946e39296092a /app/views/layouts/modal.html.haml
parentf7a6f9489da9b2a1820366654df47b8a52f5c5bc (diff)
Update the icon name changed by the Font Awesome 5. (#8776)
Diffstat (limited to 'app/views/layouts/modal.html.haml')
-rw-r--r--app/views/layouts/modal.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/modal.html.haml b/app/views/layouts/modal.html.haml
index 2ef49e413..fc8b00e0d 100644
--- a/app/views/layouts/modal.html.haml
+++ b/app/views/layouts/modal.html.haml
@@ -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