Skip to content

Commit 91f2580

Browse files
Rename Owl.jpg to Owl2.jpg to avoid conflict for now
See: CommunityToolkit/Tooling-Windows-Submodule#40
1 parent 9fc3ca8 commit 91f2580

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

components/TransitionHelper/samples/TransitionHelper.Samples.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
</PropertyGroup>
55

66
<ItemGroup>
7-
<Content Include="Assets\Owl.jpg">
7+
<Content Include="Assets\Owl2.jpg">
88
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
99
</Content>
1010
</ItemGroup>

components/TransitionHelper/samples/TransitionHelperFullExample.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</labs:TransitionHelper>
2727

2828
<ImageBrush x:Key="ImageBackgroundBrush"
29-
ImageSource="ms-appx:///Assets/Owl.jpg" />
29+
ImageSource="ms-appx:///Assets/Owl2.jpg" />
3030
</Page.Resources>
3131
<Grid>
3232
<StackPanel x:Name="FirstControl"

0 commit comments

Comments
 (0)