Skip to content

Commit

Permalink
Fix link formatting in Related Products heading (#2680)
Browse files Browse the repository at this point in the history
  • Loading branch information
qui-gon-jon authored and lougoncharenko committed Jun 7, 2023
1 parent 87a5688 commit 509a2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/related-products.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
data-url="{{ routes.product_recommendations_url }}?section_id={{ section.id }}&product_id={{ product.id }}&limit={{ section.settings.products_to_show }}"
>
{% if recommendations.performed and recommendations.products_count > 0 %}
<h2 class="related-products__heading {{ section.settings.heading_size }}">
<h2 class="related-products__heading inline-richtext {{ section.settings.heading_size }}">
{{ section.settings.heading }}
</h2>
<ul
Expand Down

0 comments on commit 509a2c3

Please sign in to comment.