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

Commit a762e9a

Browse files
committed
Update icon to text
1 parent cb3e082 commit a762e9a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestCheckView.xaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,10 @@
4646
<!--
4747
<Label Grid.Column="3" HorizontalAlignment="Right" Content="{Binding Description}" ToolTip="{Binding Description}" />
4848
-->
49-
<Label Grid.Column="3" HorizontalAlignment="Right">
50-
<ghfvs:OcticonButton Command="{Binding Path=DataContext.ShowAnnotations, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type local:PullRequestDetailView}}}"
51-
CommandParameter="{Binding}"
52-
Visibility="{Binding HasAnnotations, Converter={ghfvs:BooleanToVisibilityConverter}}"
53-
Margin="0 0 0 0" Icon="file_code" Foreground="Black" />
49+
<Label Grid.Column="3" HorizontalAlignment="Right" Visibility="{Binding HasAnnotations, Converter={ghfvs:BooleanToVisibilityConverter}}">
50+
<Hyperlink ToolTip="View checks" Command="{Binding Path=DataContext.ShowAnnotations, RelativeSource={RelativeSource Mode=FindAncestor,AncestorType={x:Type local:PullRequestDetailView}}}">
51+
Checks
52+
</Hyperlink>
5453
</Label>
5554
<Label Grid.Column="4" HorizontalAlignment="Right"
5655
Visibility="{Binding DetailsUrl, Converter={ghfvs:NullToVisibilityConverter}}">

0 commit comments

Comments
 (0)