feature: add alt tag for image in company chip

This commit is contained in:
Sammy Teillet 2023-04-19 12:28:32 +02:00
parent 8d321013f3
commit 16a1aadba9
No known key found for this signature in database
GPG Key ID: 687E513E74D28696

View File

@ -33,7 +33,7 @@ function CompanyChip({ name, picture }: OwnProps) {
<img
data-testid="company-chip-image"
src={picture?.toString()}
alt=""
alt={`${name}-company-logo`}
/>
)}
{name}