Skip to content

Commit

Permalink
fix(bslib-apps): Examples are in examples-shiny now
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie committed Jul 12, 2024
1 parent 2b59f2e commit 0d16c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/apps/304-bslib-card/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ library(plotly)
library(leaflet)
library(gt)

shiny::shinyAppDir(system.file("examples/card", package = "bslib"))
shiny::shinyAppDir(system.file("examples-shiny/card", package = "bslib"))
2 changes: 1 addition & 1 deletion inst/apps/305-bslib-value-box/app.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ library(bslib)
library(bsicons)
library(plotly)

shiny::shinyAppDir(system.file("examples/value_box", package = "bslib"))
shiny::shinyAppDir(system.file("examples-shiny/value_box", package = "bslib"))

0 comments on commit 0d16c76

Please sign in to comment.