Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit c0005a0

Browse files
committed
Update icon
1 parent c541300 commit c0005a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/UI/Views/PullRequestDetailView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187

188188
<!-- Branch checked out and neds pull -->
189189
<TextBlock TextWrapping="Wrap">
190-
<ui:OcticonImage Icon="sync" Foreground="Orange" Margin="0 0 0 -4"/>
190+
<ui:OcticonImage Icon="alert" Foreground="Orange" Margin="0 0 0 -4"/>
191191
<Run>Your local branch is behind by</Run>
192192
<Run FontWeight="Bold" Text="{Binding CommitsBehind, StringFormat={}{0} commits.}"/>
193193
<Hyperlink Command="{Binding Checkout}">Update</Hyperlink>

0 commit comments

Comments
 (0)