Skip to content

Commit

Permalink
Fix live text for announcement bar (Shopify#2204)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorissette authored Jan 11, 2023
1 parent 43025db commit 72586ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/announcement-bar.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{%- endif -%}
<div class="page-width">
<p class="announcement-bar__message {{ block.settings.text_alignment }} h5">
{{ block.settings.text | escape }}
<span>{{ block.settings.text | escape }}</span>
{%- if block.settings.link != blank -%}
{% render 'icon-arrow' %}
{%- endif -%}
Expand Down

0 comments on commit 72586ad

Please sign in to comment.