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}