1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-07 02:53:38 +08:00

Rename FriendsButton to FollowersButton

This commit is contained in:
Andrei Zavatski
2021-01-21 23:40:23 +03:00
Unverified
parent c631354b57
commit 2eba2a9abf
2 changed files with 2 additions and 2 deletions
@@ -49,7 +49,7 @@ namespace osu.Game.Overlays.Profile.Header
Spacing = new Vector2(10, 0),
Children = new Drawable[]
{
new FriendsButton
new FollowersButton
{
User = { BindTarget = User }
},
@@ -8,7 +8,7 @@ using osu.Game.Users;
namespace osu.Game.Overlays.Profile.Header.Components
{
public class FriendsButton : ProfileHeaderStatisticsButton
public class FollowersButton : ProfileHeaderStatisticsButton
{
public readonly Bindable<User> User = new Bindable<User>();