mirror of
https://github.com/discourse/discourse.git
synced 2025-09-08 12:06:51 +08:00
icons deprecations fixes (#6920)
This commit is contained in:
parent
ea0e188c8f
commit
80d42b4ea2
78 changed files with 151 additions and 145 deletions
|
@ -63,7 +63,7 @@ export default DropdownSelectBoxComponent.extend({
|
|||
content.title = I18n.t("composer.composer_actions.reply");
|
||||
break;
|
||||
case EDIT:
|
||||
content.icon = "pencil";
|
||||
content.icon = "pencil-alt";
|
||||
content.title = I18n.t("composer.composer_actions.edit");
|
||||
break;
|
||||
case CREATE_SHARED_DRAFT:
|
||||
|
@ -151,7 +151,7 @@ export default DropdownSelectBoxComponent.extend({
|
|||
items.push({
|
||||
name: I18n.t("composer.composer_actions.toggle_whisper.label"),
|
||||
description: I18n.t("composer.composer_actions.toggle_whisper.desc"),
|
||||
icon: "eye-slash",
|
||||
icon: "far-eye-slash",
|
||||
id: "toggle_whisper"
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue