|
|
|
@ -29,7 +29,7 @@ function Product({ product, grades, pushToCart, isMobile, loading }) { |
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div className={"flex flex-col justify-between items-end"}> |
|
|
|
|
<div className="flex flex-col justify-between items-end "> |
|
|
|
|
<img |
|
|
|
|
src={exitIcon} |
|
|
|
|
className="w-4" |
|
|
|
@ -86,7 +86,7 @@ function Product({ product, grades, pushToCart, isMobile, loading }) { |
|
|
|
|
} |
|
|
|
|
src={deleteIcon} |
|
|
|
|
alt="delete" |
|
|
|
|
className="border border-red-800 border-solid p-1 w-8 bg-red-100 rounded-md cursor-pointer" |
|
|
|
|
className="border border-blue-800 border-solid p-1 w-8 bg-red-100 rounded-md cursor-pointer" |
|
|
|
|
/> |
|
|
|
|
) : ( |
|
|
|
|
<button |
|
|
|
@ -177,7 +177,7 @@ function Product({ product, grades, pushToCart, isMobile, loading }) { |
|
|
|
|
} |
|
|
|
|
src={deleteIcon} |
|
|
|
|
alt="delete" |
|
|
|
|
className="border border-red-800 border-solid p-1 w-8 bg-red-100 rounded-md cursor-pointer" |
|
|
|
|
className="border border-red-300 border-solid p-1 w-7 bg-red-100 rounded-md cursor-pointer" |
|
|
|
|
/> |
|
|
|
|
) : ( |
|
|
|
|
<button |
|
|
|
|