Created
June 3, 2025 16:52
-
-
Save fabiensebban/6ed9cf45b28d44f7a5e3eb9b4a6336c2 to your computer and use it in GitHub Desktop.
Wishlist Power on Impact - header icon with count bubble
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(...) | |
<a href="/pages/wishlist" class="tap-area sm:block"> | |
<span class="sr-only">{{ 'header.general.open_wishlist' | t }}</span> | |
{%- render 'icon' with 'heart', class: 'picto__star picto__star--empty' -%} | |
<div class="header__cart-count"> | |
<wishlist-count class="count-bubble opacity-0" aria-hidden="true"> | |
<div id="ooo-wishlist-bubble">0</div> | |
</wishlist-count> | |
</div> | |
</a> | |
<a href="{{ routes.cart_url }}" data-no-instant class="relative tap-area" {% if settings.cart_type != 'page' and request.page_type != 'cart' %}aria-controls="cart-drawer"{% endif %}> | |
(...) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment