diff --git a/CHANGELOG.md b/CHANGELOG.md index 16b9c39f2a..4841b10758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,6 @@ - Add alias for lazysizes module to bundle minified library [#1275](https://github.com/bigcommerce/cornerstone/pull/1275) - Fix prices not showing in quick search while logged in when "Restrict to Login" for price display is true [#1272](https://github.com/bigcommerce/cornerstone/pull/1272) - Display product reviews in tabbed content region of product page [#1273](https://github.com/bigcommerce/cornerstone/pull/1273) -- Disable zoom and link for default "No Image" image. [#1278](https://github.com/bigcommerce/cornerstone/pull/1278) - Fix duplicate input ID's in product review form [#1276](https://github.com/bigcommerce/cornerstone/pull/1276) ## 2.1.0 (2018-06-01) diff --git a/templates/components/products/product-view.html b/templates/components/products/product-view.html index 890ac8ecb2..3db8ea87a6 100644 --- a/templates/components/products/product-view.html +++ b/templates/components/products/product-view.html @@ -151,23 +151,17 @@

- {{#if product.main_image}} - - {{product.main_image.alt}} - - {{else}} - - {{/if}} + + {{product.main_image.alt}} +