Skip to content

Commit

Permalink
docs: Adjust image path for Single Project
Browse files Browse the repository at this point in the history
  • Loading branch information
eriklimakc committed Apr 11, 2024
1 parent 454b9d4 commit 3f7374b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Learn/Markup/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public sealed partial class MainPage : Page
.Height(150)
.Margin(12)
.HorizontalAlignment(HorizontalAlignment.Center)
.Source("ms-appx:///Counter/Assets/logo.png"),
.Source("ms-appx:///Assets/logo.png"),
new TextBox()
.Margin(12)
.HorizontalAlignment(HorizontalAlignment.Center)
Expand Down

0 comments on commit 3f7374b

Please sign in to comment.