Add social desktop icon

This commit is contained in:
Suraj Shetty 2018-09-28 12:03:42 +05:30
parent f4bd402a0f
commit 16ae18c9cd

View file

@ -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'
}
]