From 0d16c763f9d3a6077107853f26ea49369fd06faf Mon Sep 17 00:00:00 2001 From: Garrick Aden-Buie Date: Fri, 12 Jul 2024 13:04:29 -0400 Subject: [PATCH] fix(bslib-apps): Examples are in `examples-shiny` now --- inst/apps/304-bslib-card/app.R | 2 +- inst/apps/305-bslib-value-box/app.R | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/inst/apps/304-bslib-card/app.R b/inst/apps/304-bslib-card/app.R index c1b45d30b6..3444e2b0a3 100644 --- a/inst/apps/304-bslib-card/app.R +++ b/inst/apps/304-bslib-card/app.R @@ -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")) diff --git a/inst/apps/305-bslib-value-box/app.R b/inst/apps/305-bslib-value-box/app.R index 2a676c4151..236805288e 100644 --- a/inst/apps/305-bslib-value-box/app.R +++ b/inst/apps/305-bslib-value-box/app.R @@ -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"))