Skip to content

Commit dd1c956

Browse files
committed
fix: Update Image example in the dashboard
1 parent 5a009c9 commit dd1c956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/examples/dashboard/examples.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ examples$Icon <- makeIcon()
746746

747747
makeImage <- function() {
748748
list(
749-
ui = Image(src = "http://placehold.it/350x150"),
749+
ui = Image(src = "https://via.placeholder.com/350x150"),
750750
server = function(input, output) {}
751751
)
752752
}

0 commit comments

Comments
 (0)