Syntax Fixes

This commit is contained in:
Enner Pérez 2024-03-13 03:02:39 -05:00
parent 47d9e0e9f9
commit f70d48495f
10 changed files with 16 additions and 16 deletions

View file

@ -57,7 +57,7 @@
<ItemsControl.ItemTemplate>
<DataTemplate>
<TextBlock Classes="monospace"
Text="{Binding, Converter={x:Static c:StringConverters.ToShortSHA}}"
Text="{Binding Converter={x:Static c:StringConverters.ToShortSHA}}"
FontSize="12"
Foreground="DarkOrange"
TextDecorations="Underline"