about summary refs log tree commit diff
path: root/app/views/layouts/modal.html.haml
diff options
context:
space:
mode:
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 fc8b00e0d..2ef49e413 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-alt'
+        = fa_icon 'sign-out'
 
   .container-alt= yield
   .modal-layout__mastodon