Implement HomeShowMoreNewsPanel

This commit is contained in:
Andrei Zavatski
2020-08-07 13:18:31 +03:00
parent 76d35a7667
commit cddd4f0a97
2 changed files with 53 additions and 1 deletions

View File

@ -52,7 +52,8 @@ namespace osu.Game.Tests.Visual.Online
Slug = "2020-07-16-summer-theme-park-2020-voting-open",
PublishedAt = DateTimeOffset.Now,
}
})
}),
new HomeShowMoreNewsPanel()
}
});
}