Skip to content

Commit 8e2c16d

Browse files
committed
Replace <hr> with ---
1 parent 2f51671 commit 8e2c16d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

posts/how-to-smoothly-render-images-in-react-app/2020-03-09-how-to-smoothly-render-images-in-react-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Here is the Completed Component Gist - [RenderSmoothImage](https://gist.github
3535

3636
I have published this as an `npm` package [render-smooth-image-react](https://www.npmjs.com/package/render-smooth-image-react). The source code is available on [GitHub](https://github.com/KRRISH96/render-smooth-image-react).
3737

38-
<hr>
38+
---
3939

4040
## **Little Back Story**
4141

@@ -49,7 +49,7 @@ Overall customer satisfaction will take a hit with such poor loading UX (even if
4949

5050
Alright, Let’s see what we can do to fix this.
5151

52-
<hr>
52+
---
5353

5454
## **Load and Fire** 🔫
5555

@@ -113,7 +113,7 @@ Then we use `imageLoaded` state to conditionally add classes to the `img` tag, `
113113

114114
That’s it! No more printer simulators on the page.
115115

116-
<hr>
116+
---
117117

118118
## **What if Image Download Fails / Invalid Src?**
119119

0 commit comments

Comments
 (0)