Skip to content
This repository has been archived by the owner on Oct 29, 2020. It is now read-only.

Commit

Permalink
comment out favicon maybe for #34
Browse files Browse the repository at this point in the history
  • Loading branch information
maxheld83 committed Sep 15, 2020
1 parent dda1432 commit 127f325
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions R/app_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -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()
)
}

0 comments on commit 127f325

Please sign in to comment.