diff --git a/MP.Stats/Components/CmpFooter.razor b/MP.Stats/Components/CmpFooter.razor index 71530453..3009e8b2 100644 --- a/MP.Stats/Components/CmpFooter.razor +++ b/MP.Stats/Components/CmpFooter.razor @@ -1,12 +1,10 @@ -
-
- MP-STATS v.@version +
+
+ MagMan v.@version
-
- @adesso -
-
- powered by Egalware +
+ @adesso + Egalware
diff --git a/MP.Stats/Components/HomeButton.razor b/MP.Stats/Components/HomeButton.razor index a95e548a..036d92f0 100644 --- a/MP.Stats/Components/HomeButton.razor +++ b/MP.Stats/Components/HomeButton.razor @@ -1,4 +1,4 @@ - + @Descript diff --git a/MP.Stats/Pages/Index.razor b/MP.Stats/Pages/Index.razor index ba17de50..7292bc7c 100644 --- a/MP.Stats/Pages/Index.razor +++ b/MP.Stats/Pages/Index.razor @@ -5,30 +5,43 @@ @inject MessageService MessageService -
-
-
+ +
+
+

MP STATS

Modulo Statistiche per MoonPro
-
+
| | |
-
-
-
- - - - - - +
+
+
+
+

+  Egalware +

+
+
+
+
+
+ + + + + + + +
+
diff --git a/MP.Stats/Shared/MainLayout.razor b/MP.Stats/Shared/MainLayout.razor index 96964e0e..79b94cfd 100644 --- a/MP.Stats/Shared/MainLayout.razor +++ b/MP.Stats/Shared/MainLayout.razor @@ -3,21 +3,20 @@ @using MP.Stats.Data @using MP.Stats.Components @inject MessageService MessageService -@implements IDisposable
-