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:
Suraj Shetty
2019-01-24 10:57:05 +05:30
committed by Faris Ansari
parent e415cce1a9
commit 41b3756df5
3 changed files with 17 additions and 24 deletions

View File

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