problem: purchases table is missing a title

This commit is contained in:
Bob
2024-07-18 14:31:54 +08:00
parent e334e53def
commit 23d9739a31

View File

@@ -48,6 +48,10 @@
{#if $purchases.size > 0} {#if $purchases.size > 0}
<Table.Root> <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.Header>
<Table.Row> <Table.Row>
<Table.Head>Buyer</Table.Head> <Table.Head>Buyer</Table.Head>