diff --git a/CodeLiturgy.Dashboard.Frontend b/CodeLiturgy.Dashboard.Frontend
index d8e4df2..dc7a058 160000
--- a/CodeLiturgy.Dashboard.Frontend
+++ b/CodeLiturgy.Dashboard.Frontend
@@ -1 +1 @@
-Subproject commit d8e4df2c5d247b02accbbd5c668c4427145806d3
+Subproject commit dc7a0588a79e8abc8d48e60b9ca5e5f40dd6f3bb
diff --git a/CodeLiturgy.Views/CodeLiturgy.Views.csproj b/CodeLiturgy.Views/CodeLiturgy.Views.csproj
index 238e4e2..d634fc6 100644
--- a/CodeLiturgy.Views/CodeLiturgy.Views.csproj
+++ b/CodeLiturgy.Views/CodeLiturgy.Views.csproj
@@ -111,6 +111,8 @@
+
+
diff --git a/CodeLiturgy.Views/Views/EnvironmentsPage/Index.cshtml b/CodeLiturgy.Views/Views/EnvironmentsPage/Index.cshtml
index 0118bd8..6612b50 100644
--- a/CodeLiturgy.Views/Views/EnvironmentsPage/Index.cshtml
+++ b/CodeLiturgy.Views/Views/EnvironmentsPage/Index.cshtml
@@ -1,5 +1,4 @@
-
-
-
-
+
+
+
diff --git a/CodeLiturgy.Views/Views/Home/Index.cshtml b/CodeLiturgy.Views/Views/Home/Index.cshtml
index d8ed2b8..67a1556 100644
--- a/CodeLiturgy.Views/Views/Home/Index.cshtml
+++ b/CodeLiturgy.Views/Views/Home/Index.cshtml
@@ -1,23 +1,4 @@
-
-
Welcome
-
-
- Date |
- @DateTime.Now.ToLongDateString() |
-
-
- Currency |
-
- @(12345.00.ToString("c"))
- |
-
-
- Number |
-
- @(123.45m.ToString("F2"))
- |
-
-
-
-
+
+
+
diff --git a/CodeLiturgy.Views/Views/Shared/_HeaderMenu.cshtml b/CodeLiturgy.Views/Views/Shared/_HeaderMenu.cshtml
index 149eb7b..7874857 100644
--- a/CodeLiturgy.Views/Views/Shared/_HeaderMenu.cshtml
+++ b/CodeLiturgy.Views/Views/Shared/_HeaderMenu.cshtml
@@ -6,10 +6,7 @@
var userAuthenticated = User.IsAuthenticated();
var user = ViewData.GetUserViewData();
var rootUrl = SessionConstants.CookieDomain;
-
-
var menu = LayoutCache.GetDefaultHeaderMenu(ViewData, User.IsAuthenticated());
-
}