From 9fc078e112d64002fbb3b8f13d893b47f5bf08e4 Mon Sep 17 00:00:00 2001 From: sokumon Date: Tue, 9 Dec 2025 15:44:32 +0530 Subject: [PATCH] fix: add a simpler icon for list --- frappe/public/js/frappe/ui/sidebar/sidebar_item.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", {