From dd5b49b05d4d122acbb4ed3ce026ecbbfbcfdb53 Mon Sep 17 00:00:00 2001 From: Yurii Zusik Date: Fri, 7 Aug 2020 15:48:59 +0300 Subject: [PATCH] feature(storefront): BCTHEME-158 Improper heading hierarchy on Cart page --- CHANGELOG.md | 2 ++ templates/components/cart/content.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8586c4735..b06dfee404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Draft +- Improper heading hierarchy on Cart page. [#1775](https://github.com/bigcommerce/cornerstone/pull/1775) + ## 4.9.0 (08-05-2020) ## 4.9.0 (07-28-2020) 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}}