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 6f2b93f
Showing 1 changed file with 2 additions and 2 deletions.
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 6f2b93f

Please sign in to comment.