diff --git a/Pkmds.Web/Components/BoxComponent.razor b/Pkmds.Web/Components/BoxComponent.razor index e40fef5e..f94b289d 100644 --- a/Pkmds.Web/Components/BoxComponent.razor +++ b/Pkmds.Web/Components/BoxComponent.razor @@ -2,10 +2,7 @@ @if (BoxEdit is not null) { -
- - @BoxEdit.BoxName - +
diff --git a/Pkmds.Web/Components/PartyGrid.razor b/Pkmds.Web/Components/PartyGrid.razor index bb432873..aa68a760 100644 --- a/Pkmds.Web/Components/PartyGrid.razor +++ b/Pkmds.Web/Components/PartyGrid.razor @@ -5,12 +5,6 @@
- - - Party - - @for (var i = 0; i < 6; i++) { var slotNum = i; diff --git a/Pkmds.Web/Layout/MainLayout.razor b/Pkmds.Web/Layout/MainLayout.razor index f78eac87..4a40d96b 100644 --- a/Pkmds.Web/Layout/MainLayout.razor +++ b/Pkmds.Web/Layout/MainLayout.razor @@ -6,7 +6,7 @@ - +