From 98cc1558d3cdf22e97ab39f947dc86fc865d9c76 Mon Sep 17 00:00:00 2001 From: Soham Kulkarni <77533095+sokumon@users.noreply.github.com> Date: Mon, 17 Feb 2025 15:40:22 +0530 Subject: [PATCH] Small UI changes (#45938) * fix: change erpnext logo and home workpsace icon * fix: actually change home workspace icon * fix: typo in hooks.py --- erpnext/hooks.py | 2 +- erpnext/setup/workspace/home/home.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/hooks.py b/erpnext/hooks.py index 0d9810dacff..270797b7404 100644 --- a/erpnext/hooks.py +++ b/erpnext/hooks.py @@ -13,7 +13,7 @@ app_home = "/app/home" add_to_apps_screen = [ { "name": app_name, - "logo": "/assets/erpnext/images/erpnext-logo-blue.png", + "logo": "/assets/erpnext/images/erpnext-logo.svg", "title": app_title, "route": app_home, "has_permission": "erpnext.check_app_permission", diff --git a/erpnext/setup/workspace/home/home.json b/erpnext/setup/workspace/home/home.json index 1fc1f787fb0..4945dced4bc 100644 --- a/erpnext/setup/workspace/home/home.json +++ b/erpnext/setup/workspace/home/home.json @@ -7,7 +7,7 @@ "doctype": "Workspace", "for_user": "", "hide_custom": 0, - "icon": "getting-started", + "icon": "home", "idx": 0, "is_hidden": 0, "label": "Home", @@ -232,7 +232,7 @@ "type": "Link" } ], - "modified": "2023-05-24 14:47:18.765388", + "modified": "2025-02-17 10:55:02.213683", "modified_by": "Administrator", "module": "Setup", "name": "Home",