Skip to content

Commit

Permalink
fix(storefront): BCTHEME-147 Improper heading hierarchy on Add to Car…
Browse files Browse the repository at this point in the history
…t modal recommendation
  • Loading branch information
BC-tymurbiedukhin committed Aug 12, 2020
1 parent 353c9c8 commit 9802eda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Changelog

## Draft
- Fixed improper heading hierarchy on Add to Cart modal recommendation. [#1784](https://github.com/bigcommerce/cornerstone/pull/1784)

## 4.9.0 (08-05-2020)

Expand Down
4 changes: 2 additions & 2 deletions templates/components/cart/preview.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ <h4 class="productView-title">

{{#if cart.suggested_products}}
<section class="suggestiveCart">
<h4>
<h2>
{{lang 'cart.added_to_cart.you_might_also_like'}}&hellip;
</h4>
</h2>

<ul class="productGrid">
{{#each cart.suggested_products}}
Expand Down

0 comments on commit 9802eda

Please sign in to comment.