Skip to content

Commit

Permalink
Updating icons
Browse files Browse the repository at this point in the history
  • Loading branch information
niels9001 committed Nov 11, 2022
1 parent 954957b commit b87ad83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/CommunityToolkit.Labs.Shared/Helpers/IconHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ public static class IconHelper
IconElement? iconElement = null;
switch (category)
{
case ToolkitSampleCategory.Controls: iconElement = new FontIcon() { Glyph = "\uE73A" }; break;
case ToolkitSampleCategory.Animations: iconElement = new FontIcon() { Glyph = "\uE945" }; break;
case ToolkitSampleCategory.Behaviors: iconElement = new FontIcon() { Glyph = "\uE2AC" }; break;
case ToolkitSampleCategory.Controls: iconElement = new FontIcon() { Glyph = "\ue73a" }; break;
case ToolkitSampleCategory.Animations: iconElement = new FontIcon() { Glyph = "\ue945" }; break;
case ToolkitSampleCategory.Behaviors: iconElement = new FontIcon() { Glyph = "\ue8b1" }; break;
}
return iconElement;
}
Expand Down

0 comments on commit b87ad83

Please sign in to comment.