mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-30 23:18:02 +00:00
fix: patch to replace Project icon with Projects icon (#16374)
* Delete duplicate projects icon from desktop.py * Fix patch (to replace project to projects)
This commit is contained in:
committed by
Faris Ansari
parent
e415cce1a9
commit
41b3756df5
@@ -135,13 +135,6 @@ def get_data():
|
||||
"link": "leaderboard",
|
||||
"label": _("Leaderboard")
|
||||
},
|
||||
{
|
||||
"module_name": "Projects",
|
||||
"color": "#8e44ad",
|
||||
"icon": "octicon octicon-rocket",
|
||||
"type": "module",
|
||||
"hidden": 1
|
||||
},
|
||||
{
|
||||
"module_name": "Support",
|
||||
"color": "#2c3e50",
|
||||
|
||||
Reference in New Issue
Block a user