Fix angle

This commit is contained in:
René Pfeuffer
2020-06-10 11:02:10 +02:00
parent e28107aded
commit 56a6792826

View File

@@ -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 })}
/>