diff --git a/R/dashboard_panels.R b/R/dashboard_panels.R index 8306b98..9feb336 100644 --- a/R/dashboard_panels.R +++ b/R/dashboard_panels.R @@ -1,6 +1,6 @@ homepage_panel <- function() { tabPanel( - "Homepage", + "User guide and information", gov_main_layout( gov_row( column( diff --git a/ui.R b/ui.R index cb3d248..5147606 100644 --- a/ui.R +++ b/ui.R @@ -128,8 +128,8 @@ ui <- function(input, output, session) { id = "navlistPanel", widths = c(2, 8), well = FALSE, - homepage_panel(), dashboard_panel(), + homepage_panel(), a11y_panel(), support_links() ),