From 68607afd5186b07f6d8b57523eaa11cef8bec341 Mon Sep 17 00:00:00 2001 From: wass3rw3rk <49894298+wass3rw3rk@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:03:00 -0500 Subject: [PATCH] we can route to dashboards page now --- src/elm/Pages/Dashboards/Dashboard_.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elm/Pages/Dashboards/Dashboard_.elm b/src/elm/Pages/Dashboards/Dashboard_.elm index 1f37abfdf..30335ba02 100644 --- a/src/elm/Pages/Dashboards/Dashboard_.elm +++ b/src/elm/Pages/Dashboards/Dashboard_.elm @@ -201,7 +201,7 @@ view shared route model = crumbs = [ ( "Overview", Just Route.Path.Home_ ) - , ( "Dashboards", Nothing ) + , ( "Dashboards", Just Route.Path.Dashboards ) , ( dashboardName, Nothing ) ] in