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); - +
@markupString
@@ -74,18 +74,18 @@Your account is set as protected. Your redaction settings were automatically set to true, in order to prevent harassment or similar. Contact the site operator to remove your protection status.
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 @@ }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.