mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: unsilence deprecation warning for old Font Awesome icons (#30028)
* DEV: unsilence deprecation warnings for old Font Awesome icon names * update fa-user to user font awesome icon name * update pencil-alt to pencil font awesome 6 icon name
This commit is contained in:
@@ -58,7 +58,7 @@ SQL
|
||||
b.trigger = Badge::Trigger::TrustLevelChange
|
||||
# allow title for tl3 and above
|
||||
b.default_allow_title = id > Badge::Member
|
||||
b.default_icon = "fa-user"
|
||||
b.default_icon = "user"
|
||||
b.system = true
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user