Skip to content

Commit 1537b39

Browse files
authored
Update attachDependency.R
1 parent 1176470 commit 1537b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/attachDependency.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
attachDependency <- function(tag, widget = NULL) {
1111

12-
version <- as.character(packageVersion("shinyWidgets")[[1]])
12+
version <- as.character(packageVersion("shinyGovstyle")[[1]])
1313

1414
dep <- htmltools::htmlDependency(
1515
name = "stylecss", version = version,

0 commit comments

Comments
 (0)