Merge pull request #38363 from sokumon/home-icon

This commit is contained in:
Soham Kulkarni 2026-03-31 17:02:02 +05:30 committed by GitHub
commit 983be399c1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ frappe.ui.SidebarHeader = class SidebarHeader {
{
name: "desktop",
label: __("Desktop"),
icon: "layout-grid",
icon: "home",
onClick: function (el) {
frappe.set_route("/desk");
},

View file

@ -275,7 +275,7 @@ frappe.breadcrumbs = {
clear() {
this.$breadcrumbs = $(".navbar-breadcrumbs").empty();
this.append_breadcrumb_element("/desk", frappe.utils.icon("monitor"));
this.append_breadcrumb_element("/desk", frappe.utils.icon("home"));
},
toggle(show) {