Skip to content

Commit

Permalink
fix(executions): fontawesome renamed repeat icon to redo (#5034)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Bloch-Wehba-Seaward authored and anotherchrisberry committed Mar 21, 2018
1 parent 843c4be commit 080e83c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ export class Execution extends React.Component<IExecutionProps, IExecutionState>
{this.props.onRerun && (
<Tooltip value="Re-run execution with same parameters">
<button className="link" onClick={this.handleRerunClick}>
<i className="fa fa-repeat"/>
<i className="fa fa-redo"/>
</button>
</Tooltip>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@

.execution-actions {
display: inline-block;
width: 40px;
width: 42px;
vertical-align: top;
padding-top: 20px;
margin-left: 6px;
Expand Down

0 comments on commit 080e83c

Please sign in to comment.