Merge pull request #25 from bob2402/products-and-purchases-element-layout

problem: purchases table is missing a title
This commit is contained in:
gsovereignty
2024-07-18 14:57:41 +08:00
committed by GitHub

View File

@@ -48,6 +48,10 @@
{#if $purchases.size > 0}
<Table.Root>
<Table.Caption
class="mt-0 caption-top text-center text-lg font-semibold tracking-tight text-card-foreground"
>Purchases</Table.Caption
>
<Table.Header>
<Table.Row>
<Table.Head>Buyer</Table.Head>