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