Update names and icons to match new designs

This commit is contained in:
Dean Herbert
2020-09-03 16:26:09 +09:00
parent dceae21bbf
commit dbf44fbaf2
8 changed files with 10 additions and 10 deletions

View File

@ -12,8 +12,8 @@ namespace osu.Game.Overlays.Dashboard
public DashboardTitle()
{
Title = "dashboard";
Description = "View your friends and other top level information";
IconTexture = "Icons/hexacons/dashboard";
Description = "View your friends and other information";
IconTexture = "Icons/Hexacons/social";
}
}
}