1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 07:33:20 +08:00

Use FontAwesome solid heart icon instead of OsuIcon's

This commit is contained in:
Gabriel Del Nero 2023-12-31 00:36:55 +01:00
parent 58ea8f9920
commit 922b6ccb83
No known key found for this signature in database
GPG Key ID: C28985682A6A36C9

View File

@ -145,7 +145,7 @@ namespace osu.Game.Overlays.Profile.Header
bool anyInfoAdded = false;
anyInfoAdded |= tryAddInfo(FontAwesome.Solid.MapMarker, user.Location);
anyInfoAdded |= tryAddInfo(OsuIcon.Heart, user.Interests);
anyInfoAdded |= tryAddInfo(FontAwesome.Solid.Heart, user.Interests);
anyInfoAdded |= tryAddInfo(FontAwesome.Solid.Suitcase, user.Occupation);
if (anyInfoAdded)