Skip to content

Commit

Permalink
Fixed blog page loading (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
dartasen authored Nov 6, 2022
1 parent d5d6471 commit c7577af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion NitroxLauncher/Pages/BlogPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
Title="BlogPage">

<local:PageBase.Resources>
<BitmapImage x:Key="VinesImage" UriSource="pack://application:,,,/Assets/Images/Vines.png" />
<BitmapImage x:Key="VinesImage" UriSource="pack://application:,,,/Assets/Images/blog/vines.png" />
</local:PageBase.Resources>

<Grid Margin="32,0">
Expand Down

0 comments on commit c7577af

Please sign in to comment.