From b163626ded50a5234174a2ceab27da1c484c6266 Mon Sep 17 00:00:00 2001 From: ernestd Date: Tue, 28 Nov 2023 05:01:45 -0500 Subject: [PATCH] Fixes #480. Add missing alt attribute that breaks build (#482) Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com> --- dashboard/starter-example/app/ui/invoices/table.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/dashboard/starter-example/app/ui/invoices/table.tsx b/dashboard/starter-example/app/ui/invoices/table.tsx index 4fe45b7..0255185 100644 --- a/dashboard/starter-example/app/ui/invoices/table.tsx +++ b/dashboard/starter-example/app/ui/invoices/table.tsx @@ -90,6 +90,7 @@ export default async function InvoicesTable({ className="rounded-full" width={28} height={28} + alt={`${invoice.name}'s profile picture`} />

{invoice.name}