Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8475e4a

Browse files
WliuWliu
authored andcommitted
Align changed file count in status bar
1 parent b05b1c3 commit 8475e4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/views/changed-files-count-view.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ export default class ChangedFilesCountView extends React.Component {
2323
return (
2424
<a
2525
ref="changedFiles"
26-
className="github-ChangedFilesCount inline-block icon icon-diff"
26+
className="github-ChangedFilesCount inline-block"
2727
onClick={this.props.didClick}>
28+
<Octicon icon="diff" />
2829
{label}
2930
{this.props.mergeConflictsPresent && <Octicon icon="alert" />}
3031
</a>

0 commit comments

Comments
 (0)