Skip to content

Commit

Permalink
Fix missing else for collection cards (Shopify#2692)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoboludo authored and SmolSoftBoi committed Feb 18, 2024
1 parent b6145fc commit 835fa43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snippets/card-collection.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@
<div class="card__media">
{{ placeholder_image | placeholder_svg_tag: 'placeholder-svg' }}
</div>
{%- else -%}
<div class="card__content">
<div class="card__information">
<h3 class="card__heading">
Expand Down

0 comments on commit 835fa43

Please sign in to comment.