feature: add alt tag for image in company chip
This commit is contained in:
@ -33,7 +33,7 @@ function CompanyChip({ name, picture }: OwnProps) {
|
||||
<img
|
||||
data-testid="company-chip-image"
|
||||
src={picture?.toString()}
|
||||
alt=""
|
||||
alt={`${name}-company-logo`}
|
||||
/>
|
||||
)}
|
||||
{name}
|
||||
|
||||
Reference in New Issue
Block a user