Skip to content

Commit

Permalink
fix(storefront): BCTHEME-146 Improper heading hierarchy on Add to Car…
Browse files Browse the repository at this point in the history
…t modal heading
  • Loading branch information
BC-tymurbiedukhin committed Aug 12, 2020
1 parent 353c9c8 commit d0a879e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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 heading. [#1783](https://github.com/bigcommerce/cornerstone/pull/1783)

## 4.9.0 (08-05-2020)

Expand Down
8 changes: 4 additions & 4 deletions templates/components/cart/preview.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="modal-header">
<h2 class="modal-header-title">
<h1 class="modal-header-title">
{{lang 'cart.added_to_cart.what_next' num_products=cart.quantity}}
</h2>
</h1>
</div>

<div class="modal-body">
Expand Down Expand Up @@ -66,9 +66,9 @@ <h2 class="modal-header-title">
</figure>

<div class="productView-details">
<h4 class="productView-title">
<h2 class="productView-title">
{{name}}
</h4>
</h2>

<div class="productView-brand">
{{brand.name}}
Expand Down

0 comments on commit d0a879e

Please sign in to comment.