DEV: Deprecated icon name fix

This commit is contained in:
Penar Musaraj 2020-05-04 15:58:35 -04:00
parent 5706cab897
commit a610a762d1
1 changed files with 1 additions and 1 deletions

View File

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