Skip to content

Commit

Permalink
Fix #192
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Mar 24, 2021
1 parent 9024831 commit 11e90e1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions R/deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ add_bs4Dash_deps <- function(tag, options) {
stylesheet = bs4Dash_css,
package = "bs4Dash"
),
# fontawesome
htmltools::htmlDependency(
name = "fontawesome",
version = as.character(utils::packageVersion("bs4Dash")),
src = c(href = fontawesome_css),
stylesheet = "all.css"
),
# fontawesome Commented since Shiny already loads it with icon...
#htmltools::htmlDependency(
# name = "fontawesome",
# version = as.character(utils::packageVersion("bs4Dash")),
# src = c(href = fontawesome_css),
# stylesheet = "all.css"
#),
# ionicons
htmltools::htmlDependency(
name = "ionicons",
Expand Down

0 comments on commit 11e90e1

Please sign in to comment.