Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05b1c3 commit 8475e4aCopy full SHA for 8475e4a
lib/views/changed-files-count-view.js
@@ -23,8 +23,9 @@ export default class ChangedFilesCountView extends React.Component {
23
return (
24
<a
25
ref="changedFiles"
26
- className="github-ChangedFilesCount inline-block icon icon-diff"
+ className="github-ChangedFilesCount inline-block"
27
onClick={this.props.didClick}>
28
+ <Octicon icon="diff" />
29
{label}
30
{this.props.mergeConflictsPresent && <Octicon icon="alert" />}
31
</a>
0 commit comments