Replace more font-awesome icons in views/settings (#30963)

This commit is contained in:
Matt Jankowski 2024-08-07 18:52:35 -04:00 committed by GitHub
parent abc4ed48f2
commit e4092cc73a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 10 additions and 10 deletions

View file

@ -26,5 +26,5 @@
- @verified_links.each do |field|
%li
%span.verified-badge
= fa_icon 'check', class: 'verified-badge__mark'
= material_symbol 'check', class: 'verified-badge__mark'
%span= field.value