diff --git a/R/app_ui.R b/R/app_ui.R index 9c0fa06..9550cca 100644 --- a/R/app_ui.R +++ b/R/app_ui.R @@ -75,11 +75,10 @@ app_ui <- function(request) { #' @noRd golem_add_external_resources <- function() { add_resource_path('www', app_sys('app/www')) - - tags$head(favicon(), - bundle_resources(path = app_sys('app/www'), + + tags$head(bundle_resources(path = app_sys('app/www'), app_title = 'oadash') # Add here other external resources - # for example, you can add shinyalert::useShinyalert() + # for example, you can add shinyalert::useShinyalert() ) }