Skip to content

Commit

Permalink
Update cart-notification.liquid
Browse files Browse the repository at this point in the history
Update <h2> balise by <p> to improve SEO hierarchy. H2 should be before the H1 of collection and product title.
  • Loading branch information
oxsmose authored Oct 16, 2024
1 parent 7722e79 commit cf8d2e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/cart-notification.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
tabindex="-1"
>
<div class="cart-notification__header">
<h2 class="cart-notification__heading caption-large text-body">
<p class="h2 cart-notification__heading caption-large text-body">
{{- 'icon-checkmark.svg' | inline_asset_content -}}
{{ 'general.cart.item_added' | t }}
</h2>
</p>
<button
type="button"
class="cart-notification__close modal__close-button link link--text focus-inset"
Expand Down

0 comments on commit cf8d2e3

Please sign in to comment.