DEV: Deprecated icon name fix

This commit is contained in:
Penar Musaraj 2020-05-04 15:58:35 -04:00
parent 5706cab897
commit a610a762d1

View File

@ -23,7 +23,7 @@ export default DropdownSelectBoxComponent.extend({
},
{
id: "edit",
icon: "pencil",
icon: "pencil-alt",
name: I18n.t("post.bookmarks.actions.edit_bookmark.name"),
description: I18n.t("post.bookmarks.actions.edit_bookmark.description")
}