From 00b973936b1ed467201fd61a15230a961fd4eaa1 Mon Sep 17 00:00:00 2001 From: iramosgutierrez <76472476+iramosgutierrez@users.noreply.github.com> Date: Wed, 26 Feb 2025 16:41:01 +0100 Subject: [PATCH] trying blank image in members --- R/miembros_functions.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/miembros_functions.R b/R/miembros_functions.R index da784ed..7b63da9 100644 --- a/R/miembros_functions.R +++ b/R/miembros_functions.R @@ -38,7 +38,7 @@ create_profile_qmd <- function(form.table, row){ plot.new() dev.off() } - image <- "images/blank.png" + image <- "https://github.com/ecoinfAEET/ecoinfaeet.github.io/blob/main/images/blank.png" }else{ ghuser <- gsub("https://", "", github) ghuser <- gsub("github.com/", "", ghuser)