diff --git a/dashboard/final-example/app/ui/dashboard/latest-invoices.tsx b/dashboard/final-example/app/ui/dashboard/latest-invoices.tsx index 14262c9..37aab0e 100644 --- a/dashboard/final-example/app/ui/dashboard/latest-invoices.tsx +++ b/dashboard/final-example/app/ui/dashboard/latest-invoices.tsx @@ -7,7 +7,7 @@ export default async function LatestInvoices() { const latestInvoices = await fetchLatestInvoices(); return ( -
+

Latest Invoices

diff --git a/dashboard/final-example/app/ui/skeletons.tsx b/dashboard/final-example/app/ui/skeletons.tsx index bd40364..52b8a87 100644 --- a/dashboard/final-example/app/ui/skeletons.tsx +++ b/dashboard/final-example/app/ui/skeletons.tsx @@ -62,7 +62,7 @@ export function InvoiceSkeleton() { export function LatestInvoicesSkeleton() { return (
diff --git a/dashboard/starter-example/app/ui/dashboard/latest-invoices.tsx b/dashboard/starter-example/app/ui/dashboard/latest-invoices.tsx index caca7a3..92962ee 100644 --- a/dashboard/starter-example/app/ui/dashboard/latest-invoices.tsx +++ b/dashboard/starter-example/app/ui/dashboard/latest-invoices.tsx @@ -9,7 +9,7 @@ export default async function LatestInvoices({ latestInvoices: LatestInvoice[]; }) { return ( -
+

Latest Invoices

diff --git a/dashboard/starter-example/app/ui/skeletons.tsx b/dashboard/starter-example/app/ui/skeletons.tsx index bd40364..52b8a87 100644 --- a/dashboard/starter-example/app/ui/skeletons.tsx +++ b/dashboard/starter-example/app/ui/skeletons.tsx @@ -62,7 +62,7 @@ export function InvoiceSkeleton() { export function LatestInvoicesSkeleton() { return (