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:
Kelv
2024-12-03 10:28:39 +08:00
committed by GitHub
parent 996f56d005
commit 435fbb7408
8 changed files with 16 additions and 21 deletions

View File

@@ -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