Skip to content

Commit 2afaf01

Browse files
Update CommunityToolkit.App.Shared/Helpers/NavigationViewHelper.cs
Co-authored-by: Arlo <[email protected]>
1 parent 78bb3ed commit 2afaf01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommunityToolkit.App.Shared/Helpers/NavigationViewHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static class NavigationViewHelper
4444
yield return new MUXC.NavigationViewItem
4545
{
4646
Content = metadata.Title,
47-
Icon = new BitmapIcon() { ShowAsMonochrome = false, UriSource = new Uri(IconHelper.GetIconPath(metadata.Icon)) }, // TO DO: This is probably a property we need to add to ToolkitFrontMatter?
47+
Icon = new BitmapIcon() { ShowAsMonochrome = false, UriSource = new Uri(IconHelper.GetIconPath(metadata.Icon)) },
4848
Tag = metadata,
4949
};
5050
}

0 commit comments

Comments
 (0)