Skip to content

Commit

Permalink
trying blank image in members
Browse files Browse the repository at this point in the history
  • Loading branch information
iramosgutierrez authored Feb 26, 2025
1 parent c93ca0e commit 00b9739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/miembros_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 00b9739

Please sign in to comment.