From c84534a6ba6fa56305e3e222bb6df885749b1d1f Mon Sep 17 00:00:00 2001 From: yurytut1993 <66325265+yurytut1993@users.noreply.github.com> Date: Wed, 26 Aug 2020 15:35:56 +0300 Subject: [PATCH] feature(storefront): BCTHEME-158 Improper heading hierarchy on Cart page (#1775) Co-authored-by: BC-tymurbiedukhin <66319629+BC-tymurbiedukhin@users.noreply.github.com> --- CHANGELOG.md | 1 + templates/components/cart/content.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a3428afde..9341b2d1f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ## Draft +- Improper heading hierarchy on Cart page. [#1775](https://github.com/bigcommerce/cornerstone/pull/1775) - Fixed failing to add product to cart on IE11 [#1762](https://github.com/bigcommerce/cornerstone/pull/1762) - Fixed overlaping at footer columns when long texts (without spaces) are entered [#1753](https://jira.bigcommerce.com/browse/BCTHEME-43) - Incorrect focus order on PDPs. [#1771](https://github.com/bigcommerce/cornerstone/pull/1771) diff --git a/templates/components/cart/content.html b/templates/components/cart/content.html index b29144d278..61e5a27f98 100644 --- a/templates/components/cart/content.html +++ b/templates/components/cart/content.html @@ -27,7 +27,7 @@ {{#if brand.name}}

{{brand.name}}

{{/if}} -

{{name}}

+

{{name}}

{{#if release_date}}

({{release_date}})

{{/if}}