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

Commit cf8e12d

Browse files
committed
Change folder icon to a folder
1 parent 1090baa commit cf8e12d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,7 @@
424424
<HierarchicalDataTemplate DataType="{x:Type vm:PullRequestDirectoryViewModel}"
425425
ItemsSource="{Binding Children}">
426426
<StackPanel Orientation="Horizontal">
427-
<!-- TODO: Use the right icon here -->
428-
<ui:OcticonImage Icon="briefcase" Foreground="{DynamicResource GitHubVsWindowText}"/>
427+
<ui:OcticonImage Icon="file_directory" Foreground="{DynamicResource GitHubVsWindowText}"/>
429428
<TextBlock Text="{Binding DirectoryName}" Margin="4 2" VerticalAlignment="Center"/>
430429
</StackPanel>
431430
</HierarchicalDataTemplate>

0 commit comments

Comments
 (0)