Add social desktop icon
This commit is contained in:
parent
f4bd402a0f
commit
16ae18c9cd
1 changed files with 8 additions and 0 deletions
|
|
@ -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'
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue