diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 00f4c69c7..21a37859d 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -1049,7 +1049,7 @@ define([ title: data.tippy || '' //title: data.title || '', }, [ - Icons.get('drive'), + Icons.get(icon), h('span.cp-toolbar-name'+drawerCls, data.text) ])); var feedbackHandler = common.prepareFeedback(data.name || 'DEFAULT');