tab icons correction

This commit is contained in:
David Benqué
2019-11-21 13:03:40 +00:00
parent 8a11cf9b38
commit fae0a930e3
2 changed files with 4 additions and 4 deletions

View File

@@ -1202,15 +1202,15 @@ define([
// Create modal
var tabs = [{
title: Messages.share_linkCategory,
icon: "fa-link",
icon: "fa fa-link",
content: frameLink
}, {
title: Messages.share_contactCategory,
icon: "fa-address-book",
icon: "fa fa-address-book",
content: frameContacts
}, {
title: Messages.share_embedCategory,
icon: "fa-code",
icon: "fa fa-code",
content: frameEmbed
}];
if (typeof(AppConfig.customizeShareOptions) === 'function') {