Skip to content

Commit 7c88b79

Browse files
committed
Update build-a-randomizer-generator-with-html-css-js.mdx
1 parent b4facd3 commit 7c88b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/build-a-randomizer-generator-with-html-css-js/build-a-randomizer-generator-with-html-css-js.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ button:hover {
180180
```
181181

182182
Here's what out generator will look like at this point:
183-
<RoundedImage link="https://i.imgur.com/v6R1K0o.png" description="" />
183+
<RoundedImage link="https://i.imgur.com/Fy9s41B.png" description="" />
184184

185185
## JavaScript
186186

@@ -248,7 +248,7 @@ document.getElementById(category.prevBtn).addEventListener("click", () => {
248248
The `%` modulo operator is used here to make the images cycle in a continuous loop.
249249
250250
Voila! Here's our final result for the outfit generator.
251-
<RoundedImage link="https://i.imgur.com/1lTRM6l.png" description="" />
251+
<RoundedImage link="https://i.imgur.com/K9z2X8a.png" description="" />
252252
And here's our [final code](https://www.codedex.io/@Julien/build/randomizer-generator-final-code).
253253
254254
## Bonus Challenges

0 commit comments

Comments
 (0)