From 3a2d0341b081dec71270751c34289d50d7c7bc3f Mon Sep 17 00:00:00 2001 From: Samuele Lorefice Date: Wed, 16 Jul 2025 15:18:08 +0200 Subject: [PATCH] styling --- MilkStream/Components/Layout/NavMenu.razor | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/MilkStream/Components/Layout/NavMenu.razor b/MilkStream/Components/Layout/NavMenu.razor index eef6d08..cae7b0e 100644 --- a/MilkStream/Components/Layout/NavMenu.razor +++ b/MilkStream/Components/Layout/NavMenu.razor @@ -29,30 +29,30 @@ @if (!loggedIn) { - - } else {
-
@if (admin) { - }
@username
- }