Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
m7pr committed Oct 13, 2023
1 parent aa253fa commit 6666237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/init.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@
#' ),
#' header = tags$h1("Sample App"),
#' footer = tags$p("Copyright 2017 - 2023"),
#' extra_server = teal.modules.general::tm_landing_popup(
#' extra_server = teal.modules.general::landing_popup(
#' title = "Welcome",
#' text = "A place for a welcome message or a disclaimer statement.",
#' button = "Proceed"
#' button = modalButton("Proceed")
#' )
#' )
#' if (interactive()) {
Expand Down
4 changes: 2 additions & 2 deletions man/init.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6666237

Please sign in to comment.