mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-03-06 09:49:28 +00:00
DEV: update deprecated icon names exclamation-circle and times-circle (#243)
This commit is contained in:
parent
b5c1f8b27f
commit
f0cac677c2
@ -41,7 +41,7 @@ export default class Rule extends RestModel {
|
|||||||
{
|
{
|
||||||
id: "watch",
|
id: "watch",
|
||||||
name: I18n.t("chat_integration.filter.watch"),
|
name: I18n.t("chat_integration.filter.watch"),
|
||||||
icon: "exclamation-circle",
|
icon: "circle-exclamation",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "follow",
|
id: "follow",
|
||||||
@ -51,7 +51,7 @@ export default class Rule extends RestModel {
|
|||||||
{
|
{
|
||||||
id: "mute",
|
id: "mute",
|
||||||
name: I18n.t("chat_integration.filter.mute"),
|
name: I18n.t("chat_integration.filter.mute"),
|
||||||
icon: "times-circle",
|
icon: "circle-xmark",
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user