Skip to content

Commit

Permalink
move and rename homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
chfoster committed Jun 7, 2023
1 parent 2855028 commit 81a887d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/dashboard_panels.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
homepage_panel <- function() {
tabPanel(
"Homepage",
"User guide and information",
gov_main_layout(
gov_row(
column(
Expand Down
2 changes: 1 addition & 1 deletion ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()
),
Expand Down

0 comments on commit 81a887d

Please sign in to comment.