fix: add a simpler icon for list
This commit is contained in:
parent
92a73cbd5e
commit
9fc078e112
1 changed files with 1 additions and 1 deletions
|
|
@ -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", {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue