Skip to content

Commit 1fd4462

Browse files
authored
Update out of date CDN links (dbc-team#950)
1 parent 045d20a commit 1fd4462

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/icons.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#' @export'
22
dbcIcons <- list(
3-
BOOTSTRAP = "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css",
4-
FONT_AWESOME = "https://use.fontawesome.com/releases/v6.1.1/css/all.css"
3+
BOOTSTRAP = "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css",
4+
FONT_AWESOME = "https://use.fontawesome.com/releases/v6.3.0/css/all.css"
55
)

jl/icons.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export dbc_icons
22

33
dbc_icons = (
4-
BOOTSTRAP = "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css",
5-
FONT_AWESOME = "https://use.fontawesome.com/releases/v6.1.1/css/all.css",
4+
BOOTSTRAP = "https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css",
5+
FONT_AWESOME = "https://use.fontawesome.com/releases/v6.3.0/css/all.css",
66
)

0 commit comments

Comments
 (0)