diff --git a/Portfolio.Infrastructure/DependencyInjection.cs b/Portfolio.Infrastructure/DependencyInjection.cs index b8afdd7..7c3e0cd 100644 --- a/Portfolio.Infrastructure/DependencyInjection.cs +++ b/Portfolio.Infrastructure/DependencyInjection.cs @@ -1,6 +1,7 @@ using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Configuration; using Microsoft.Extensions.DependencyInjection; +using Microsoft.Identity.Client; using Portfolio.Application.Services.Articles; using Portfolio.Application.Services.NWSWeatherService; using Portfolio.Application.Services.PokemonService; diff --git a/Portfolio.WebUI.Server/Components/App.razor b/Portfolio.WebUI.Server/Components/App.razor index 75ae7ac..2a944f1 100644 --- a/Portfolio.WebUI.Server/Components/App.razor +++ b/Portfolio.WebUI.Server/Components/App.razor @@ -6,7 +6,7 @@ - + diff --git a/Portfolio.WebUI.Server/Components/Component/Crochet Components/TemperatureRangeEditor.razor b/Portfolio.WebUI.Server/Components/Component/Crochet Components/TemperatureRangeEditor.razor index 400522d..87387fa 100644 --- a/Portfolio.WebUI.Server/Components/Component/Crochet Components/TemperatureRangeEditor.razor +++ b/Portfolio.WebUI.Server/Components/Component/Crochet Components/TemperatureRangeEditor.razor @@ -78,7 +78,7 @@
-
diff --git a/Portfolio.WebUI.Server/Components/Component/Pokemon Components/PokemonTable.razor b/Portfolio.WebUI.Server/Components/Component/Pokemon Components/PokemonTable.razor index 83575e9..82cb01e 100644 --- a/Portfolio.WebUI.Server/Components/Component/Pokemon Components/PokemonTable.razor +++ b/Portfolio.WebUI.Server/Components/Component/Pokemon Components/PokemonTable.razor @@ -15,7 +15,7 @@
-

Available Pokémon

+

Available Pokémon

@(pokemons.Count()) Pokémon

diff --git a/Portfolio.WebUI.Server/Components/Layout/NavMenu3.razor b/Portfolio.WebUI.Server/Components/Layout/NavMenu3.razor index f0d1c70..aceb33d 100644 --- a/Portfolio.WebUI.Server/Components/Layout/NavMenu3.razor +++ b/Portfolio.WebUI.Server/Components/Layout/NavMenu3.razor @@ -1,33 +1,33 @@