DEV: update deprecated icon names exclamation-circle and times-circle (#243)

This commit is contained in:
Kelv 2025-01-10 12:59:47 +08:00 committed by GitHub
parent b5c1f8b27f
commit f0cac677c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,7 +41,7 @@ export default class Rule extends RestModel {
{
id: "watch",
name: I18n.t("chat_integration.filter.watch"),
icon: "exclamation-circle",
icon: "circle-exclamation",
},
{
id: "follow",
@ -51,7 +51,7 @@ export default class Rule extends RestModel {
{
id: "mute",
name: I18n.t("chat_integration.filter.mute"),
icon: "times-circle",
icon: "circle-xmark",
}
);