File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# ' @export'
2
2
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"
5
5
)
Original file line number Diff line number Diff line change 1
1
export dbc_icons
2
2
3
3
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" ,
6
6
)
You can’t perform that action at this time.
0 commit comments