Skip to content

Commit c2118e8

Browse files
committed
Wrong file path
1 parent ae8b01c commit c2118e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CommunityToolkit.App.Shared/Helpers/IconHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace CommunityToolkit.App.Shared.Helpers;
99
public static class IconHelper
1010
{
1111
internal const string SourceAssetsPrefix = "ms-appx:///SourceAssets/";
12-
internal const string FallBackControlIconPath = "ms-appx:///Assets/ControlIcons/Control.png";
12+
internal const string FallBackControlIconPath = "ms-appx:///Assets/DefaultControlIcon.png";
1313

1414
public static IconElement? GetCategoryIcon(ToolkitSampleCategory category)
1515
{

0 commit comments

Comments
 (0)