diff --git a/frappe/public/js/frappe/ui/sidebar/sidebar_item.js b/frappe/public/js/frappe/ui/sidebar/sidebar_item.js index d67d435fba..67d76c4689 100644 --- a/frappe/public/js/frappe/ui/sidebar/sidebar_item.js +++ b/frappe/public/js/frappe/ui/sidebar/sidebar_item.js @@ -63,7 +63,7 @@ frappe.ui.sidebar_item.TypeLink = class SidebarItem { this.path = this.get_path(); this.set_suffix(); if (!this.item.icon && !(this.item.child && this.item.parent.indent)) { - this.item.icon = "list-alt"; + this.item.icon = "list"; } this.wrapper = $( frappe.render_template("sidebar_item", {