File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ const IndexProducts = ({ products }) => {
35
35
< img
36
36
id = "product-image"
37
37
className = "transition duration-500 ease-in-out transform hover:grow hover:shadow-lg hover:scale-105"
38
- //className="w-64 transition duration-500 ease-in-out transform hover:grow hover:shadow-lg hover:scale-105"
38
+ alt = { name }
39
39
src = { image . sourceUrl }
40
40
/>
41
41
</ a >
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ const SingleProduct = ({ product }) => {
44
44
< img
45
45
id = "product-image"
46
46
className = "h-auto p-8 transition duration-500 ease-in-out transform xl:p-2 md:p-2 lg:p-2 hover:grow hover:shadow-lg hover:scale-105"
47
+ alt = { name }
47
48
src = { image . sourceUrl }
48
49
/>
49
50
< div className = "ml-8" >
You can’t perform that action at this time.
0 commit comments