Skip to content

Commit

Permalink
Add explainer image
Browse files Browse the repository at this point in the history
  • Loading branch information
dankore committed Sep 17, 2020
1 parent f7eee15 commit 8d799b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/products/SingleProductHtml.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ function SingleProductHtml({ singleProduct }) {
{singleProduct.explainerImage && (
<div className="flex justify-center mt-12">
<img
onClick={() => appDispatch({ type: 'toggleImageViewer' })}
className="object-contain cursor-pointer"
className="object-contain"
src={singleProduct.explainerImage}
alt="Explainer image"
style={{ height: 500 + 'px' }}
Expand Down

0 comments on commit 8d799b5

Please sign in to comment.