diff --git a/Views/Dashboard/Index.cshtml b/Views/Dashboard/Index.cshtml index 98f37bb..d2103e3 100644 --- a/Views/Dashboard/Index.cshtml +++ b/Views/Dashboard/Index.cshtml @@ -1,4 +1,5 @@ @{ Layout = "_LayoutApp"; ViewData["Title"] = "Dashboard"; + ViewData["DashboardActive"] = "menu-active"; } \ No newline at end of file diff --git a/Views/Shared/_Sidebar.cshtml b/Views/Shared/_Sidebar.cshtml index 677f598..222c29f 100644 --- a/Views/Shared/_Sidebar.cshtml +++ b/Views/Shared/_Sidebar.cshtml @@ -10,7 +10,7 @@