From 55929a5b64c93af01c2d0c675fb929184448e6aa Mon Sep 17 00:00:00 2001 From: Li Nguyen <90609403+huong-li-nguyen@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:46:08 +0100 Subject: [PATCH] Update vizro-core/docs/pages/tutorials/explore-components.md Co-authored-by: Jo Stichbury --- vizro-core/docs/pages/tutorials/explore-components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vizro-core/docs/pages/tutorials/explore-components.md b/vizro-core/docs/pages/tutorials/explore-components.md index e386676e7..0e2dbd32f 100644 --- a/vizro-core/docs/pages/tutorials/explore-components.md +++ b/vizro-core/docs/pages/tutorials/explore-components.md @@ -462,7 +462,7 @@ You can apply selectors to configure [`Filters`][vizro.models.Filter] and [`Para Each page is added to the dashboard using the following line of code: `vm.Dashboard(pages=[first_page, second_page])`. This ensures that all the pages are accessible. -By default, a navigation panel is added on the left side to switch between the two pages. +By default, a navigation panel on the left side enables the user to switch between the two pages. !!! example "Final dashboard" === "Code"