mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
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
Block a user