diff --git a/osu.Game/Beatmaps/Drawables/Cards/Buttons/DownloadButton.cs b/osu.Game/Beatmaps/Drawables/Cards/Buttons/DownloadButton.cs index aeb36b579e..df765e1e69 100644 --- a/osu.Game/Beatmaps/Drawables/Cards/Buttons/DownloadButton.cs +++ b/osu.Game/Beatmaps/Drawables/Cards/Buttons/DownloadButton.cs @@ -128,7 +128,7 @@ namespace osu.Game.Beatmaps.Drawables.Cards.Buttons { this.beatmapSet = beatmapSet; - Icon.Icon = FontAwesome.Regular.PlayCircle; + Icon.Icon = FontAwesome.Solid.AngleDoubleRight; TooltipText = "Go to beatmap"; }