From e272832120a77c6d765ebba28c1f301b3820911e Mon Sep 17 00:00:00 2001 From: Zaxiure Date: Wed, 14 Sep 2022 22:23:54 +0200 Subject: [PATCH] Fixed some styling stuff. --- HuntStats/HuntStats.csproj | 8 ++++++-- HuntStats/MauiProgram.cs | 2 -- HuntStats/Shared/MainLayout.razor | 1 - HuntStats/Shared/NavMenu.razor | 10 ++++++---- HuntStats/wwwroot/images/logo-klein.png | Bin 32785 -> 0 bytes HuntStats/wwwroot/images/logo.png | Bin 32785 -> 0 bytes 6 files changed, 12 insertions(+), 9 deletions(-) delete mode 100644 HuntStats/wwwroot/images/logo-klein.png delete mode 100644 HuntStats/wwwroot/images/logo.png diff --git a/HuntStats/HuntStats.csproj b/HuntStats/HuntStats.csproj index 753e1a4..feea6c8 100644 --- a/HuntStats/HuntStats.csproj +++ b/HuntStats/HuntStats.csproj @@ -53,16 +53,20 @@ + + + + + + - - diff --git a/HuntStats/MauiProgram.cs b/HuntStats/MauiProgram.cs index acda74e..515dca6 100644 --- a/HuntStats/MauiProgram.cs +++ b/HuntStats/MauiProgram.cs @@ -42,8 +42,6 @@ public static MauiApp CreateMauiApp() builder.Services.AddBlazorWebViewDeveloperTools(); #endif - builder.Services.AddSingleton(); - return builder.Build(); } } diff --git a/HuntStats/Shared/MainLayout.razor b/HuntStats/Shared/MainLayout.razor index 629fb53..92c4bb7 100644 --- a/HuntStats/Shared/MainLayout.razor +++ b/HuntStats/Shared/MainLayout.razor @@ -5,7 +5,6 @@ @using HuntStats.Data @using HuntStats.Features @using MediatR -@using Microsoft.VisualBasic.Devices @inherits LayoutComponentBase @inject AppState _appState; @inject IDbConnectionFactory _connectionFactory; diff --git a/HuntStats/Shared/NavMenu.razor b/HuntStats/Shared/NavMenu.razor index 4d5b2e9..f27d4e5 100644 --- a/HuntStats/Shared/NavMenu.razor +++ b/HuntStats/Shared/NavMenu.razor @@ -2,11 +2,13 @@ @inject IJSRuntime _js @inject AppState _appState - - + +

HuntStats

+ @* *@
- - + +

H

+ @* *@