Skip to content

Commit

Permalink
docs: fix img src in getting started tutorial (#1857)
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnumohanrk authored Dec 7, 2020
1 parent 3783376 commit 5ee9a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/_template/tutorials/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Include it in your project by adding it to index.html in the `<head>`
<title>Starter Snowpack App</title>
```

<div class="frame"><img src="/img/guides/getting-started/snowpack-font-css.gif" alt="image showing the effects of the new CSS file: the font has changed from serif to sans-serif" class="screenshot"/></div>
<div class="frame"><img src="/img/guides/getting-started/snowpack-font-css.jpg" alt="image showing the effects of the new CSS file: the font has changed from serif to sans-serif" class="screenshot"/></div>

## Build for production/deployment

Expand Down

1 comment on commit 5ee9a64

@vercel
Copy link

@vercel vercel bot commented on 5ee9a64 Dec 7, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.