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