Fixes #480. Add missing alt attribute that breaks build (#482)

Co-authored-by: Delba de Oliveira <32464864+delbaoliveira@users.noreply.github.com>
This commit is contained in:
ernestd
2023-11-28 05:01:45 -05:00
committed by GitHub
parent 069263d2bc
commit b163626ded

View File

@@ -90,6 +90,7 @@ export default async function InvoicesTable({
className="rounded-full"
width={28}
height={28}
alt={`${invoice.name}'s profile picture`}
/>
<p>{invoice.name}</p>
</div>