Skip to content

Commit d92998a

Browse files
Bump next from 12.2.4 to 14.2.10 (#14)
1 parent f5a05fa commit d92998a

File tree

4 files changed

+245
-352
lines changed

4 files changed

+245
-352
lines changed

components/ProductCard.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ function ProductCard({ product }) {
1818
alt={ product.value }
1919
onError={ (event) => { event.target.style.display = 'none'; } }
2020
onLoad={ (event) => { event.target.className = imageTagClassesLoaded; } }
21-
width="225px"
22-
height="225px"
21+
width="225"
22+
height="225"
2323
/>
2424
</div>
2525
{product.value}

0 commit comments

Comments
 (0)