Skip to content

Commit 29c545d

Browse files
committed
Bump fontawesome version after rstudio#932
1 parent 8773b1b commit 29c545d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/bootstrap.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ icon <- function(name, class = NULL, lib = "font-awesome") {
13291329
# font-awesome needs an additional dependency (glyphicon is in bootstrap)
13301330
if (lib == "font-awesome") {
13311331
htmlDependencies(iconTag) <- htmlDependency(
1332-
"font-awesome", "4.2.0", c(href="shared/font-awesome"),
1332+
"font-awesome", "4.4.0", c(href="shared/font-awesome"),
13331333
stylesheet = "css/font-awesome.min.css"
13341334
)
13351335
}

0 commit comments

Comments
 (0)