DEV: remap all core icons for fontawesome 6 upgrade (#28715)

Followup to 7d8974d02f7360b324b446868463e950fe92883f

Co-authored-by: David Taylor <david@taylorhq.com>
This commit is contained in:
Kris
2024-09-13 11:50:52 -04:00
committed by GitHub
parent 9afc9a6e28
commit a914d3230b
410 changed files with 840 additions and 831 deletions

View File

@ -10,7 +10,7 @@ module("Discourse Chat | Unit | chat-composer-buttons", function (hooks) {
hooks.beforeEach(function () {
registerChatComposerButton({
id: "foo",
icon: "times",
icon: "xmark",
dependentKeys: ["test"],
});