Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
WebDevSimplified committed Jun 16, 2023
1 parent 43242e3 commit 877643a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ export default defineConfig(
// TODO: Move over to the content folder
// TODO: Add TS Support
// TODO: Add analytic conversion tracking (for things like newsletter signups)
// TODO: Optimize/Shrink Images
2 changes: 1 addition & 1 deletion src/pages/2023-05/lazy-load-images/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Now the only thing left to do is to fade in the full image once it is loaded. Th
```

```js
const blurredImageDiv = document.querySelector(".blurred-image")
const blurredImageDiv = document.querySelector(".blurred-img")
const img = blurredImageDiv.querySelector("img")
function loaded() {
blurredImageDiv.classList.add("loaded")
Expand Down

0 comments on commit 877643a

Please sign in to comment.