From fb169b6e32f23a92e8723df387377c68702eae61 Mon Sep 17 00:00:00 2001 From: Ayca Bas Date: Mon, 29 Aug 2022 12:48:09 +0400 Subject: [PATCH] Updating Tab.razor Replaced the person component with the login component --- .../OneProductivityHubAspNetCore/Pages/Tab.razor | 2 +- .../OneProductivityHubAspNetCore/Pages/Tab.razor.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/graph-toolkit-productivity-hub-aspnetcore/OneProductivityHubAspNetCore/Pages/Tab.razor b/graph-toolkit-productivity-hub-aspnetcore/OneProductivityHubAspNetCore/Pages/Tab.razor index ba78f4f5..f80ff261 100644 --- a/graph-toolkit-productivity-hub-aspnetcore/OneProductivityHubAspNetCore/Pages/Tab.razor +++ b/graph-toolkit-productivity-hub-aspnetcore/OneProductivityHubAspNetCore/Pages/Tab.razor @@ -5,7 +5,7 @@
- +
diff --git a/graph-toolkit-productivity-hub-aspnetcore/OneProductivityHubAspNetCore/Pages/Tab.razor.css b/graph-toolkit-productivity-hub-aspnetcore/OneProductivityHubAspNetCore/Pages/Tab.razor.css index 4fc35d75..2a42fbaf 100644 --- a/graph-toolkit-productivity-hub-aspnetcore/OneProductivityHubAspNetCore/Pages/Tab.razor.css +++ b/graph-toolkit-productivity-hub-aspnetcore/OneProductivityHubAspNetCore/Pages/Tab.razor.css @@ -42,7 +42,7 @@ font-weight: 600; } -mgt-person { +mgt-login { margin-top: 20px; margin-left: 20px; --avatar-size: 60px;