diff --git a/sections/image-with-text.liquid b/sections/image-with-text.liquid index c8ac32d..17068e9 100644 --- a/sections/image-with-text.liquid +++ b/sections/image-with-text.liquid @@ -36,13 +36,13 @@ %}
-
+ <{% if button_link is empty %}div{% else %}a href="{{ button_link }}" {% endif %} class="image-with-text image-with-text--{{ section.settings.content_layout }} isolate{% if settings.text_boxes_border_thickness > 0 and settings.text_boxes_border_opacity > 0 and settings.media_border_thickness > 0 and settings.media_border_opacity > 0 %} collapse-borders{% endif %}{% unless section.settings.color_scheme == section.settings.section_color_scheme and settings.media_border_thickness > 0 and settings.text_boxes_shadow_opacity == 0 and settings.text_boxes_border_thickness == 0 or settings.text_boxes_border_opacity == 0 %} collapse-corners{% endunless %}{% if settings.animations_reveal_on_scroll %} scroll-trigger animate--slide-in{% endif %}">
-
+