We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d698bd commit d0149c1Copy full SHA for d0149c1
src/components/SelectStyle/SelectStyle.tsx
@@ -86,7 +86,7 @@ const SelectStyle = () => {
86
</div>
87
88
<div className={styles.Image}>
89
- <img src={selectedStyle.image} alt={`${selectedStyle.name}-img`} />
+ <img src={selectedStyle.image} alt={`${selectedStyle.name}-img`} loading="lazy" />
90
91
92
<div className={styles.Bottom}>
0 commit comments