about summary refs log tree commit diff
path: root/app/helpers/application_helper.rb
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2022-05-08 21:00:49 +0200
committerClaire <claire.github-309c@sitedethib.com>2022-05-08 21:00:49 +0200
commit22080786df76ec49387984cf7233c51b97f1812d (patch)
treeb50a1dfa1faa2fb874bf88674522d5ce7d5a7d54 /app/helpers/application_helper.rb
parentd7eae4229c3a0b5dd783888953004cfd9777cffd (diff)
parentf17e73da09e6c63665aee4e9731df7808094960e (diff)
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/helpers/application_helper.rb')
-rw-r--r--app/helpers/application_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
index ce25e26f9..1c670fde0 100644
--- a/app/helpers/application_helper.rb
+++ b/app/helpers/application_helper.rb
@@ -132,7 +132,7 @@ module ApplicationHelper
     elsif status.private_visibility? || status.limited_visibility?
       fa_icon('lock', title: I18n.t('statuses.visibilities.private'))
     elsif status.direct_visibility?
-      fa_icon('envelope', title: I18n.t('statuses.visibilities.direct'))
+      fa_icon('at', title: I18n.t('statuses.visibilities.direct'))
     end
   end