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