diff --git a/img/no-github.jpeg b/img/no-github.jpeg new file mode 100644 index 00000000..df3a4edb Binary files /dev/null and b/img/no-github.jpeg differ diff --git a/img/no_github.png b/img/no_github.png deleted file mode 100644 index 138b8652..00000000 Binary files a/img/no_github.png and /dev/null differ diff --git a/remote-setups-common.Rmd b/remote-setups-common.Rmd index 93542414..dacb094f 100644 --- a/remote-setups-common.Rmd +++ b/remote-setups-common.Rmd @@ -19,7 +19,7 @@ As a starting point, consider a local Git repo that is not yet connected to GitH ```{r no_github} #| echo = FALSE, fig.align = "center", out.width = "60%", #| fig.alt = "Setup described as \"no_github\"" -knitr::include_graphics("img/no_github.png") +knitr::include_graphics("img/no-github.jpeg") ``` This is not very exciting, but sets the stage for what's to come. We introduce the icon we use for a Git repo, which looks like a stack of coins or a barrel. This one is blue, which indicates you have write permission.