mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
Fix angle
This commit is contained in:
@@ -156,7 +156,7 @@ class DiffFile extends React.Component<Props, State> {
|
||||
<Decoration>
|
||||
<HunkDivider>
|
||||
<HunkExpandLink
|
||||
icon={"fa-angle-up"}
|
||||
icon={"fa-angle-double-up"}
|
||||
onClick={this.expandHead(expandableHunk, expandableHunk.maxExpandHeadRange)}
|
||||
text={this.props.t("diff.expandComplete", { count: expandableHunk.maxExpandHeadRange })}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user