Unify contact icons to FontAwesome

pull/1/head
David Benqué 2020-07-29 17:52:59 +01:00
parent a41de25b87
commit ff7ad038aa
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ define(function() {
poll: 'cptools-poll',
whiteboard: 'cptools-whiteboard',
todo: 'cptools-todo',
contacts: 'cptools-contacts',
contacts: 'fa-address-book',
kanban: 'cptools-kanban',
oodoc: 'fa-file-word-o',
ooslide: 'fa-file-powerpoint-o',

View File

@ -2438,7 +2438,7 @@ define([
attributes: {
'target': '_blank',
'href': origin+'/contacts/',
'class': 'cptools cptools-contacts'
'class': 'fa fa-address-book'
},
content: h('span', Messages.type.contacts)
});