0
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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