Skip to content

Commit

Permalink
fixed bug that was causing extra spacing in footer (#2745)
Browse files Browse the repository at this point in the history
  • Loading branch information
lougoncharenko committed Jul 7, 2023
1 parent dd8436d commit e3517e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sections/footer.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
-%}
{%- if section.blocks.size > 0
or section.settings.newsletter_enable
or section.settings.show_social
or section.settings.show_social and has_social_icons == true
or section.settings.enable_follow_on_shop
-%}
{%- unless only_empty_brand -%}
Expand Down

0 comments on commit e3517e9

Please sign in to comment.