diff --git a/Client/Components/Layout/MainLayout.razor b/Client/Components/Layout/MainLayout.razor index 8a8138a..f0ef339 100644 --- a/Client/Components/Layout/MainLayout.razor +++ b/Client/Components/Layout/MainLayout.razor @@ -34,7 +34,7 @@
Hello @User.Claims.Single(c => c.Type == "name").Value!
Logout - Manage + Manage } else { @@ -42,8 +42,8 @@ }