diff --git a/ReplayBrowser/Pages/Shared/MainLayout.razor b/ReplayBrowser/Pages/Shared/MainLayout.razor index 490500b..45e6ea3 100644 --- a/ReplayBrowser/Pages/Shared/MainLayout.razor +++ b/ReplayBrowser/Pages/Shared/MainLayout.razor @@ -51,7 +51,7 @@ if (dismissed) continue; var markupString = new MarkupString(activeNotice.Message); - + } - +

Hello @_user.Claims.Single(c => c.Type == "name").Value!

Logout - Manage - Favourites - Watched profiles + Manage + Favourites + Watched profiles @if (_account?.IsAdmin ?? false) { - Admin - Manage notices + Admin + Manage notices } } else @@ -94,10 +94,10 @@ }
- Main page - Leaderboard - Current downloads - Changelog + Leaderboard + Main page + Current downloads + Changelog

Warning: Replays recorded before @ReplayParserService.CutOffDateTime.ToLocalTime().ToString("yyyy-MM-dd") (yyyy-MM-dd) are not supported and are not counted

@@ -110,7 +110,7 @@

Replay Browser is a project by Simyon and YuNii. Source code available on GitHub.

- +

Contact | Privacy Policy

@@ -119,12 +119,12 @@