mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-28 17:34:47 +00:00
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:
@@ -13,7 +13,7 @@ app_home = "/app/home"
|
|||||||
add_to_apps_screen = [
|
add_to_apps_screen = [
|
||||||
{
|
{
|
||||||
"name": app_name,
|
"name": app_name,
|
||||||
"logo": "/assets/erpnext/images/erpnext-logo-blue.png",
|
"logo": "/assets/erpnext/images/erpnext-logo.svg",
|
||||||
"title": app_title,
|
"title": app_title,
|
||||||
"route": app_home,
|
"route": app_home,
|
||||||
"has_permission": "erpnext.check_app_permission",
|
"has_permission": "erpnext.check_app_permission",
|
||||||
|
|||||||
@@ -7,7 +7,7 @@
|
|||||||
"doctype": "Workspace",
|
"doctype": "Workspace",
|
||||||
"for_user": "",
|
"for_user": "",
|
||||||
"hide_custom": 0,
|
"hide_custom": 0,
|
||||||
"icon": "getting-started",
|
"icon": "home",
|
||||||
"idx": 0,
|
"idx": 0,
|
||||||
"is_hidden": 0,
|
"is_hidden": 0,
|
||||||
"label": "Home",
|
"label": "Home",
|
||||||
@@ -232,7 +232,7 @@
|
|||||||
"type": "Link"
|
"type": "Link"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"modified": "2023-05-24 14:47:18.765388",
|
"modified": "2025-02-17 10:55:02.213683",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Setup",
|
"module": "Setup",
|
||||||
"name": "Home",
|
"name": "Home",
|
||||||
|
|||||||
Reference in New Issue
Block a user