From 68fe1a2284045908d92ef06c1c26cd937ded784e Mon Sep 17 00:00:00 2001 From: Rory& Date: Sat, 20 Apr 2024 23:48:43 +0200 Subject: Add basic project management --- BugMine.Web/Layout/MainLayout.razor | 5 ++++- BugMine.Web/Layout/NavMenu.razor | 7 +++++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'BugMine.Web/Layout') diff --git a/BugMine.Web/Layout/MainLayout.razor b/BugMine.Web/Layout/MainLayout.razor index e7554be..5e907e3 100644 --- a/BugMine.Web/Layout/MainLayout.razor +++ b/BugMine.Web/Layout/MainLayout.razor @@ -6,6 +6,7 @@
+ About
@@ -13,4 +14,6 @@ @Body
- \ No newline at end of file + + + \ No newline at end of file diff --git a/BugMine.Web/Layout/NavMenu.razor b/BugMine.Web/Layout/NavMenu.razor index 9f5af9d..4174dfd 100644 --- a/BugMine.Web/Layout/NavMenu.razor +++ b/BugMine.Web/Layout/NavMenu.razor @@ -19,6 +19,13 @@ Projects + @if (Constants.Debug) { + + } -- cgit 1.5.1