Skip to content

Commit

Permalink
DEV: update deprecated icon names exclamation-circle and times-circle (
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks authored Jan 10, 2025
1 parent b5c1f8b commit f0cac67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions admin/assets/javascripts/admin/models/rule.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
}
);

Expand Down

0 comments on commit f0cac67

Please # to comment.