mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-19 02:04:50 +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 = [
|
||||
{
|
||||
"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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user