Skip to content

Commit 58753d6

Browse files
committed
Add cursor pointer to product images
1 parent fb244de commit 58753d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Product/IndexProducts.component.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const IndexProducts = ({ products }) => {
3434
<a>
3535
<img
3636
id="product-image"
37-
className="transition duration-500 ease-in-out transform hover:grow hover:shadow-lg hover:scale-105"
37+
className="transition duration-500 ease-in-out transform cursor-pointer hover:grow hover:shadow-lg hover:scale-105"
3838
alt={name}
3939
src={image.sourceUrl}
4040
/>

0 commit comments

Comments
 (0)