mirror of
https://github.com/ppy/osu
synced 2025-01-26 15:53:12 +00:00
Merge pull request #14667 from ewyn72/promo-section-typo
Fix typo in changelog supporter promo
This commit is contained in:
commit
2c6ee0ebf7
@ -126,7 +126,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
};
|
||||
|
||||
supportLinkText.AddText("Support further development of osu! and ");
|
||||
supportLinkText.AddLink("become and osu!supporter", "https://osu.ppy.sh/home/support", t => t.Font = t.Font.With(weight: FontWeight.Bold));
|
||||
supportLinkText.AddLink("become an osu!supporter", "https://osu.ppy.sh/home/support", t => t.Font = t.Font.With(weight: FontWeight.Bold));
|
||||
supportLinkText.AddText(" today!");
|
||||
|
||||
imageContainer.Children = new Drawable[]
|
||||
|
Loading…
Reference in New Issue
Block a user