mirror of
https://github.com/lingble/twenty.git
synced 2025-10-29 20:02:29 +00:00
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