Skip to content

Commit 44ac53e

Browse files
committed
Move back to arrow in hash change description
1 parent 7a8aa2d commit 44ac53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnisonShare/Page/ProjectContributionChangesPage.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ viewChangedDefinitionsCards projectRef toggledChangeLines branchDiff =
567567
(viewInfo
568568
[ viewTitle i.fullName
569569
, clickableHash branchDiff.oldBranch i.ref i.oldHash
570-
, span [ class "small-label" ] [ text "updated to" ]
570+
, Icon.view Icon.arrowRight
571571
, clickableHash branchDiff.newBranch i.ref i.newHash
572572
]
573573
)

0 commit comments

Comments
 (0)