bump
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
{#each products as product}
|
||||
<button class="card" on:click={() => addTally(product.id, product.name)}>
|
||||
<div style="font-size: 2.5rem;">{getIcon(product.iconPlaceholder)}</div>
|
||||
<h3>{product.name}</h3>
|
||||
<h3 style="color: var(--color-primary);">{product.name}</h3>
|
||||
<span class="subtitle price">{formatPrice(product.priceCents)}</span>
|
||||
</button>
|
||||
{/each}
|
||||
|
||||
Reference in New Issue
Block a user