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