Skip to content

Commit b6b6e58

Browse files
committed
Correct icon in history
1 parent 9a85fa7 commit b6b6e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/SinglePastCommitInfo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,13 @@ export class SinglePastCommitInfo extends React.Component<
184184
Changed
185185
<ActionButton
186186
className={actionButtonClass}
187-
iconName="git-rewind"
187+
iconName="git-discard"
188188
title="Revert changes introduced by this commit"
189189
onClick={this._onRevertClick}
190190
/>
191191
<ActionButton
192192
className={actionButtonClass}
193-
iconName="git-discard"
193+
iconName="git-rewind"
194194
title="Discard changes introduced *after* this commit (hard reset)"
195195
onClick={this._onResetClick}
196196
/>

0 commit comments

Comments
 (0)