UX: update chat icon to d-chat (#20744)

This commit is contained in:
Kris
2023-03-21 10:40:42 -04:00
committed by GitHub
parent 5d03ddfbc8
commit 147941a5d7
16 changed files with 21 additions and 19 deletions

View File

@ -86,7 +86,7 @@ class Wizard
step.add_field(
id: "chat_enabled",
type: "checkbox",
icon: "comment",
icon: "d-chat",
value: SiteSetting.chat_enabled,
)
end