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