From c58830441be0321a85c99d7e7b66792063c99484 Mon Sep 17 00:00:00 2001 From: Craig Williams Date: Thu, 5 Feb 2026 10:56:05 +0000 Subject: [PATCH] Fixed path to shim css file --- R/frameApplication.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/frameApplication.R b/R/frameApplication.R index 90cd006..e41b4f0 100644 --- a/R/frameApplication.R +++ b/R/frameApplication.R @@ -103,9 +103,9 @@ FrameApplication <- R6::R6Class( if (private$withBS4) { # Attach boostrap 4 css shim if (getOption("shiny.minified", TRUE)) { - css <- "bootstrap-4-shim.min.css" + css <- "css/bootstrap-4-shim.min.css" } else { - css <- "bootstrap-4-shim.css" + css <- "css/bootstrap-4-shim.css" } uiDeps <- htmltools::htmlDependency( "AVSDevR.ShinyApplication",