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

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,
},
};