Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/simple-app/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h1 class="product-title">Calibre IX<br>Tourbillon</h1>
<circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/>
<path d="M1 1h4l2.68 13.39a2 2 0 001.99 1.61h9.72a2 2 0 001.99-1.61L23 6H6"/>
</svg>
<span id="cart-label">Add to Cart</span>
<span id="cart-label">Add to Bag</span>
</button>
<button class="btn-wishlist" id="btn-wishlist" aria-label="Add to wishlist">
<svg viewBox="0 0 24 24" stroke-width="1.75">
Expand Down
Loading