diff --git a/frappe/config/desktop.py b/frappe/config/desktop.py index 5e6cde0788..4e8ffb00d5 100644 --- a/frappe/config/desktop.py +++ b/frappe/config/desktop.py @@ -99,6 +99,16 @@ def get_data(): 'idx': 15, "description": "Build your profile and share posts with other users." }, + { + "module_name": 'Leaderboard', + "category": "Places", + "label": _('Leaderboard'), + "icon": "fa fa-trophy", + "type": 'link', + "link": '#social/users', + "color": '#FF4136', + 'standard': 1, + }, { "module_name": 'dashboard', "category": "Places",