about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
Diffstat (limited to 'app/views')
-rw-r--r--app/views/about/_links.html.haml2
-rw-r--r--app/views/layouts/modal.html.haml2
-rw-r--r--app/views/stream_entries/_status.html.haml2
3 files changed, 3 insertions, 3 deletions
diff --git a/app/views/about/_links.html.haml b/app/views/about/_links.html.haml
index b392b1789..f79c37e65 100644
--- a/app/views/about/_links.html.haml
+++ b/app/views/about/_links.html.haml
@@ -13,4 +13,4 @@
     %li
       = link_to 'https://joinmastodon.org/' do
         = "#{t('about.other_instances')}"
-        %i.fa.fa-external-link-alt{ style: 'padding-left: 5px;' }
+        %i.fa.fa-external-link{ style: 'padding-left: 5px;' }
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
diff --git a/app/views/stream_entries/_status.html.haml b/app/views/stream_entries/_status.html.haml
index e5b7e695d..83887cd87 100644
--- a/app/views/stream_entries/_status.html.haml
+++ b/app/views/stream_entries/_status.html.haml
@@ -35,7 +35,7 @@
   - elsif pinned
     .status__prepend
       .status__prepend-icon-wrapper
-        %i.status__prepend-icon.fa.fa-fw.fa-thumbtack
+        %i.status__prepend-icon.fa.fa-fw.fa-thumb-tack
       %span
         = t('stream_entries.pinned')