1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 04:42:58 +08:00

Merge pull request #19169 from tsunyoku/retry-icon

Change retry button icon from ArrowCircleLeft to Redo
This commit is contained in:
Dean Herbert 2022-07-18 15:47:24 +09:00 committed by GitHub
commit a21cd1cd47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ namespace osu.Game.Screens.Ranking
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(13),
Icon = FontAwesome.Solid.ArrowCircleLeft,
Icon = FontAwesome.Solid.Redo,
},
};