We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8b01c commit c2118e8Copy full SHA for c2118e8
CommunityToolkit.App.Shared/Helpers/IconHelper.cs
@@ -9,7 +9,7 @@ namespace CommunityToolkit.App.Shared.Helpers;
9
public static class IconHelper
10
{
11
internal const string SourceAssetsPrefix = "ms-appx:///SourceAssets/";
12
- internal const string FallBackControlIconPath = "ms-appx:///Assets/ControlIcons/Control.png";
+ internal const string FallBackControlIconPath = "ms-appx:///Assets/DefaultControlIcon.png";
13
14
public static IconElement? GetCategoryIcon(ToolkitSampleCategory category)
15
0 commit comments