diff --git a/modules/Basic_R/Basic_R.Rmd b/modules/Basic_R/Basic_R.Rmd
index 58d8f84e..ebbe5e1e 100644
--- a/modules/Basic_R/Basic_R.Rmd
+++ b/modules/Basic_R/Basic_R.Rmd
@@ -141,6 +141,18 @@ z <- 3,000
knitr::include_graphics("images/incomplete_statement.png")
```
+## TROUBLESHOOTING: Zoom Quotation Marks
+
+```{r error = TRUE}
+y <- βhello world!β
+```
+
+Retype the quotation marks!
+
+```{r error = TRUE}
+y <- "hello world!"
+```
+
## Simple object practice
Try assigning your full name to an R object called `name`
@@ -251,7 +263,7 @@ class(name2)
Just open up the file to see the questions for lab. More about the file type soon!
-π» [Lab](https://daseh.org/modules/Basic_R/lab/Basic_R_Lab.Rmd)
+π» [Lab](https://daseh.org/modules/Basic_R/lab/Basic_R_Lab.html)
## Math + vector objects
@@ -403,7 +415,7 @@ knitr::include_graphics("../../images/lol/install_packages.jpg")
π [Class Website](https://daseh.org/)
-π» [Basic R Lab](https://daseh.org/modules/Basic_R/lab/Basic_R_Lab.Rmd)
+π» [Basic R Lab](https://daseh.org/modules/Basic_R/lab/Basic_R_Lab.html)
π [Day 1 Cheatsheet](https://daseh.org/modules/cheatsheets/Day-1.pdf)
diff --git a/modules/Intro/Intro.Rmd b/modules/Intro/Intro.Rmd
index c07311d9..9a3a1d8b 100644
--- a/modules/Intro/Intro.Rmd
+++ b/modules/Intro/Intro.Rmd
@@ -297,4 +297,10 @@ More on that soon!
π©Ί [Pulse Check - `r config::get("pulsecheck_survey")`](`r config::get("pulsecheck_survey")`)
+
+
+```{r, fig.alt="The End", out.width = "30%", echo = FALSE, fig.align='center'}
+knitr::include_graphics(here::here("images/the-end-g23b994289_1280.jpg"))
+```
+
Image by Gerd Altmann from Pixabay