Skip to content

Commit

Permalink
feature(storefront): BCTHEME-158 Improper heading hierarchy on Cart p…
Browse files Browse the repository at this point in the history
…age (#1775)

Co-authored-by: BC-tymurbiedukhin <66319629+BC-tymurbiedukhin@users.noreply.github.com>
  • Loading branch information
yurytut1993 and BC-tymurbiedukhin authored Aug 26, 2020
1 parent 2872034 commit c84534a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion templates/components/cart/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{{#if brand.name}}
<p class="cart-item-brand">{{brand.name}}</p>
{{/if}}
<h4 class="cart-item-name"><a href="{{url}}">{{name}}</a></h4>
<h2 class="cart-item-name"><a href="{{url}}">{{name}}</a></h2>
{{#if release_date}}
<p>({{release_date}})</p>
{{/if}}
Expand Down

0 comments on commit c84534a

Please sign in to comment.