From 16ae18c9cdb3909777b773ef98e5f9ec98bfaefd Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Fri, 28 Sep 2018 12:03:42 +0530 Subject: [PATCH] Add social desktop icon --- frappe/config/desktop.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frappe/config/desktop.py b/frappe/config/desktop.py index 76f02708b5..7cbde98fcc 100644 --- a/frappe/config/desktop.py +++ b/frappe/config/desktop.py @@ -70,5 +70,13 @@ def get_data(): "icon": "octicon octicon-book", "color": '#FFAEDB', "hidden": 1, + }, + { + "module_name": 'Social', + "label": _('Social'), + "icon": "fa fa-users", + "type": 'link', + "link": 'social/home', + "color": '#00253E' } ]