main
alexanderroese 2024-06-18 21:14:56 +02:00
parent ac452987bf
commit 56979f6a85
1 changed files with 11 additions and 9 deletions

View File

@ -68,15 +68,17 @@
</ul>
</slider-component>
<div class="center collection__view-all scroll-trigger animate--slide-in">
<a
href="{{ collection.url }}"
class="button"
aria-label="{{ 'sections.featured_collection.view_all_label' | t: collection_name: collection.title | escape }}"
>
{{ 'sections.featured_collection.view_all' | t }}
</a>
</div>
{% if collection.all_products_count > products_to_show %}
<div class="center collection__view-all scroll-trigger animate--slide-in">
<a
href="{{ collection.url }}"
class="button"
aria-label="{{ 'sections.featured_collection.view_all_label' | t: collection_name: collection.title | escape }}"
>
{{ 'sections.featured_collection.view_all' | t }}
</a>
</div>
{% endif %}
</div>
</div>
{% endif %}