Skip to content

Commit

Permalink
[Slideshow] Fixing an issue with block attributes (#3663)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandcote authored Feb 4, 2025
1 parent bbfd08b commit 7f7d936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/slideshow.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
</h2>
{%- endif -%}
{%- if block.settings.subheading != blank -%}
<div class="banner__text rte" {{ block.shopify_attributes }}>
<div class="banner__text rte">
<p>{{ block.settings.subheading }}</p>
</div>
{%- endif -%}
Expand Down

0 comments on commit 7f7d936

Please sign in to comment.