diff --git a/MP-TAB/MP-TAB.Client/Components/SlideMenu.razor b/MP-TAB/MP-TAB.Client/Components/SlideMenu.razor
index 53ca5c4b..68095247 100644
--- a/MP-TAB/MP-TAB.Client/Components/SlideMenu.razor
+++ b/MP-TAB/MP-TAB.Client/Components/SlideMenu.razor
@@ -26,9 +26,9 @@
- - test 1
- - test 2
- - test 3
+ - test 1
+ - test 2
+ - test 3
@*
@@ -51,4 +51,6 @@
@code {
+ [Parameter]
+ public List MenuItems { get; set; } = null!;
}
diff --git a/MP-TAB/MP-TAB/Components/Layout/NavMenu.razor b/MP-TAB/MP-TAB/Components/Layout/NavMenu.razor
index 1e7779fa..2708b49d 100644
--- a/MP-TAB/MP-TAB/Components/Layout/NavMenu.razor
+++ b/MP-TAB/MP-TAB/Components/Layout/NavMenu.razor
@@ -23,11 +23,11 @@
Home
-
*@
diff --git a/MP-TAB/MP-TAB/Components/Pages/Home.razor b/MP-TAB/MP-TAB/Components/Pages/Home.razor
deleted file mode 100644
index 9001e0bd..00000000
--- a/MP-TAB/MP-TAB/Components/Pages/Home.razor
+++ /dev/null
@@ -1,7 +0,0 @@
-@page "/"
-
-Home
-
-Hello, world!
-
-Welcome to your new app.
diff --git a/MP-TAB/MP-TAB/Components/Pages/StatusMap.razor b/MP-TAB/MP-TAB/Components/Pages/StatusMap.razor
index 241cef1b..81c3810e 100644
--- a/MP-TAB/MP-TAB/Components/Pages/StatusMap.razor
+++ b/MP-TAB/MP-TAB/Components/Pages/StatusMap.razor
@@ -1,4 +1,7 @@
-@page "/status-map"
+@page "/"
+@page "/home"
+@page "/status-map"
+
@* @attribute [StreamRendering(true)] *@
@@ -18,4 +21,4 @@
else
{
} *@
-
+