From 6464d3b5662a438f71a83f3d0fd31c7c30dc0cbc Mon Sep 17 00:00:00 2001 From: Simon <63975668+Simyon264@users.noreply.github.com> Date: Sun, 18 Aug 2024 20:11:36 +0200 Subject: [PATCH] Revert #16 (caused some weird issues) --- ReplayBrowser/Pages/Shared/MainLayout.razor | 32 ++++++++++----------- 1 file changed, 16 insertions(+), 16 deletions(-) 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 @@