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

@ -65,6 +65,6 @@
- elsif status.private_visibility? || status.limited_visibility?
= fa_icon 'lock fw'
- else
= fa_icon 'envelope fw'
= fa_icon 'at fw'
= link_to remote_interaction_path(status, type: :favourite), class: 'status__action-bar-button icon-button modal-button' do
= fa_icon 'star fw'