mirror of https://github.com/xwiki-labs/cryptpad
change the speech bubble icon that was used for comments in two contexts
This commit is contained in:
parent
d72e7cf8c2
commit
ee74a76d57
|
@ -771,7 +771,7 @@ define([
|
|||
var button = h('button.btn.btn-secondary', {
|
||||
style: 'top:' + y + 'px;',
|
||||
title: Messages.comments_comment
|
||||
}, h('i.fa.fa-comment'));
|
||||
}, h('i.fa.fa-commenting'));
|
||||
Env.bubble = {
|
||||
node: node,
|
||||
button: button
|
||||
|
|
Loading…
Reference in New Issue