|
@@ -59,7 +59,7 @@
|
|
|
<StackPanel Orientation="Vertical">
|
|
|
<TextBlock FontWeight="Bold" FontSize="12" Foreground="White" Margin="0,0,0,10" Text="PLAYING A GAME"/>
|
|
|
<StackPanel Orientation="Horizontal">
|
|
|
- <Image Source="/Images/PixiEditorLogo.png" Height="60"/>
|
|
|
+ <Svg Path="/Images/PixiEditorLogo.svg" Height="60" Width="60"/>
|
|
|
<StackPanel Margin="15,0,0,0" VerticalAlignment="Center">
|
|
|
<TextBlock Foreground="White" FontSize="12" FontWeight="SemiBold">PixiEditor</TextBlock>
|
|
|
<TextBlock Foreground="White" FontSize="12"
|