mirror of
https://github.com/ppy/osu
synced 2025-01-22 13:53:30 +00:00
Add missing space
This commit is contained in:
parent
03d560ed41
commit
2fb1052a1e
@ -92,7 +92,7 @@ namespace osu.Game.Overlays.Profile.Header
|
||||
topLinkContainer.AddText("Currently online");
|
||||
addSpacer(topLinkContainer);
|
||||
}
|
||||
else if(user.LastVisit.HasValue)
|
||||
else if (user.LastVisit.HasValue)
|
||||
{
|
||||
topLinkContainer.AddText("Last seen ");
|
||||
topLinkContainer.AddText(new DrawableDate(user.LastVisit.Value), embolden);
|
||||
|
Loading…
Reference in New Issue
Block a user