Skip to content

Commit 64f8196

Browse files
authored
Merge pull request #191 from w3bdesign/development
Add cursor pointer to product images in Produkter page
2 parents 0580a10 + 58753d6 commit 64f8196

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)