Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit b833416

Browse files
authored
Merge pull request #307 from atom/sm-icons
Change icons
2 parents 84178ce + 0075bf0 commit b833416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/views/staging-view.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default class StagingView {
167167
<div className={`git-StagingView ${this.selection.getActiveListKey()}-changes-focused`} style={{width: 200}} tabIndex='-1' >
168168
<div className={`git-StagingView-group git-UnstagedChanges ${this.getFocusClass('unstaged')}`}>
169169
<header className='git-StagingView-header'>
170-
<span className='icon icon-diff'></span>
170+
<span className='icon icon-list-unordered'></span>
171171
<span className='git-StagingView-title'>Unstaged Changes</span>
172172
</header>
173173

@@ -188,7 +188,7 @@ export default class StagingView {
188188
{ this.renderMergeConflicts() }
189189
<div className={`git-StagingView-group git-StagedChanges ${this.getFocusClass('staged')}`} >
190190
<header className='git-StagingView-header'>
191-
<span className='icon icon-checklist'></span>
191+
<span className='icon icon-tasklist'></span>
192192
<span className='git-StagingView-title'>
193193
Staged Changes
194194
{

0 commit comments

Comments
 (0)