Replace leftover envelope icons with at icons (#18305)

This commit is contained in:
Stefano Pigozzi
2022-05-06 00:41:56 +02:00
committed by GitHub
parent 336c23336a
commit 99d7684dfd
6 changed files with 6 additions and 6 deletions

View File

@@ -101,7 +101,7 @@ module StatusesHelper
when 'private'
fa_icon 'lock fw'
when 'direct'
fa_icon 'envelope fw'
fa_icon 'at fw'
end
end