First Commit
This commit is contained in:
@@ -27,7 +27,7 @@ export function UpdateInvoice({ id }: { id: string }) {
|
||||
export function DeleteInvoice({ id }: { id: string }) {
|
||||
return (
|
||||
<>
|
||||
<button type="submit" className="rounded-md border p-2 hover:bg-gray-100">
|
||||
<button className="rounded-md border p-2 hover:bg-gray-100">
|
||||
<span className="sr-only">Delete</span>
|
||||
<TrashIcon className="w-5" />
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user