Skip to content

Commit

Permalink
fix: Update Image example in the dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilzyla committed Jan 23, 2023
1 parent 5a009c9 commit dd1c956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/examples/dashboard/examples.R
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ examples$Icon <- makeIcon()

makeImage <- function() {
list(
ui = Image(src = "http://placehold.it/350x150"),
ui = Image(src = "https://via.placeholder.com/350x150"),
server = function(input, output) {}
)
}
Expand Down

0 comments on commit dd1c956

Please sign in to comment.