1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 21:27:24 +08:00

Fix wrong icon for approval event

This commit is contained in:
Bartłomiej Dach 2022-08-06 18:30:49 +02:00
parent f1e0dd2da3
commit 2ba127b6fc
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -46,7 +46,7 @@ namespace osu.Game.Overlays.Profile.Sections.Recent
break;
case RecentActivityType.BeatmapsetApprove:
icon.Icon = FontAwesome.Solid.ArrowUp;
icon.Icon = FontAwesome.Solid.Check;
icon.Colour = getColorForApprovalType(activity.Approval);
break;