mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 06:59:20 +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",
|
||||
|
||||
Reference in New Issue
Block a user