Skip to content

Commit

Permalink
Fix icon bug
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Jan 26, 2025
1 parent 7ff6b32 commit 79d0758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ struct Icons {
inline static String const Money = CharPointer_UTF8("\xc3\x91");
inline static String const Time = CharPointer_UTF8("\xc3\x92");
inline static String const Store = CharPointer_UTF8("\xc3\x8f");
inline static String const PanelExpand = CharPointer_UTF8("\xc3\x8d");
inline static String const PanelExpand = CharPointer_UTF8("\xc3\x8d");
inline static String const PanelContract = CharPointer_UTF8("\xc3\x8c");
inline static String const ItemGrid = " ";

Expand Down

0 comments on commit 79d0758

Please sign in to comment.