Skip to content

Commit 78ff7f2

Browse files
committed
Fix build error
1 parent b629b0b commit 78ff7f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ This is the [website](https://moderndive.com/v2/) for *Statistical Inference via
266266
```{r echo=FALSE, purl=FALSE}
267267
if (is_html_output()) {
268268
cat('<div class="book-cover">')
269-
include_graphics(
269+
include_image(
270270
path = "images/logos/v2/v2_cover_2024-09-29.png",
271271
html_opts = "width=350px"
272272
)

0 commit comments

Comments
 (0)