From f83f04cf3253ec01ee39f93b144224425767bf14 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Wed, 15 Jan 2025 13:47:00 -0600 Subject: [PATCH] Update buttons.tsx --- dashboard/starter-example/app/ui/invoices/buttons.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( <> -