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.
2 parents 0580a10 + 58753d6 commit 64f8196Copy full SHA for 64f8196
components/Product/IndexProducts.component.jsx
@@ -34,7 +34,7 @@ const IndexProducts = ({ products }) => {
34
<a>
35
<img
36
id="product-image"
37
- className="transition duration-500 ease-in-out transform hover:grow hover:shadow-lg hover:scale-105"
+ className="transition duration-500 ease-in-out transform cursor-pointer hover:grow hover:shadow-lg hover:scale-105"
38
alt={name}
39
src={image.sourceUrl}
40
/>
0 commit comments