From afe90c03e742a417a51ff0709362fd3cea4e174e Mon Sep 17 00:00:00 2001 From: prssanna Date: Tue, 12 Nov 2019 14:34:24 +0530 Subject: [PATCH] feat: Add leaderboard to Places --- frappe/config/desktop.py | 10 ++++++++++ 1 file changed, 10 insertions(+) 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",