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 }) => {
3535 < img
3636 id = "product-image"
3737 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 }
3939 src = { image . sourceUrl }
4040 />
4141 </ a >
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ const SingleProduct = ({ product }) => {
4444 < img
4545 id = "product-image"
4646 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 }
4748 src = { image . sourceUrl }
4849 />
4950 < div className = "ml-8" >
You can’t perform that action at this time.
0 commit comments