diff --git a/Hcs.WebApp/Components/Layout/MainLayout.razor b/Hcs.WebApp/Components/Layout/MainLayout.razor index 928580d..ab9839d 100644 --- a/Hcs.WebApp/Components/Layout/MainLayout.razor +++ b/Hcs.WebApp/Components/Layout/MainLayout.razor @@ -4,13 +4,22 @@ @inject NavigationManager NavigationManager @inject NotificationService NotificationService +@inject IWebHostEnvironment WebHostEnvironment - + @if (WebHostEnvironment.IsDevelopment()) + { + + + } + else + { + + }