From dd1c9567f6a47b04dbfa3830f73ed686daa21c98 Mon Sep 17 00:00:00 2001 From: Kamil Zyla Date: Mon, 23 Jan 2023 15:44:55 +0100 Subject: [PATCH] fix: Update Image example in the dashboard --- inst/examples/dashboard/examples.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/examples/dashboard/examples.R b/inst/examples/dashboard/examples.R index 09cd1a8a..41b5c879 100644 --- a/inst/examples/dashboard/examples.R +++ b/inst/examples/dashboard/examples.R @@ -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) {} ) }