Small UI changes (#45938)

* fix: change erpnext logo and home workpsace icon

* fix: actually change home workspace icon

* fix: typo in hooks.py
This commit is contained in:
Soham Kulkarni
2025-02-17 15:40:22 +05:30
committed by GitHub
parent 6f1bc5225a
commit 98cc1558d3
2 changed files with 3 additions and 3 deletions

View File

@@ -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",

View File

@@ -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",