diff --git a/dashboard/starter-example/app/ui/invoices/buttons.tsx b/dashboard/starter-example/app/ui/invoices/buttons.tsx index 0edfca3..27bff1f 100644 --- a/dashboard/starter-example/app/ui/invoices/buttons.tsx +++ b/dashboard/starter-example/app/ui/invoices/buttons.tsx @@ -27,7 +27,7 @@ export function UpdateInvoice({ id }: { id: string }) { export function DeleteInvoice({ id }: { id: string }) { return ( <> -