Skip to content

Commit

Permalink
Move fontawesome to external-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed May 28, 2024
1 parent 1bac1bc commit 32401dd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions R/external-deps.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
external_dependencies <- function() {
list(
fontawesome::fa_html_dependency(),
cached_dependency(
name = "headroom",
version = "0.11.0",
Expand Down
1 change: 0 additions & 1 deletion R/theme.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ build_bslib <- function(pkg = ".", call = caller_env()) {

deps <- c(
bslib::bs_theme_dependencies(bs_theme),
list(fontawesome::fa_html_dependency()),
external_dependencies()
)

Expand Down

0 comments on commit 32401dd

Please sign in to comment.