mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-05 17:02:47 +00:00
[file view] modified 'comment' icon (#3027)
This commit is contained in:
@@ -85,7 +85,7 @@ class FileToolbar extends React.Component {
|
|||||||
{enableComment && (
|
{enableComment && (
|
||||||
<IconButton
|
<IconButton
|
||||||
id="comment"
|
id="comment"
|
||||||
icon="fa fa-comment"
|
icon="fa fa-comments"
|
||||||
text={gettext('Comment')}
|
text={gettext('Comment')}
|
||||||
onClick={this.props.toggleCommentPanel}
|
onClick={this.props.toggleCommentPanel}
|
||||||
/>
|
/>
|
||||||
|
Reference in New Issue
Block a user