mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 12:02:10 +03:00
feature: add alt tag for image in company chip
This commit is contained in:
parent
8d321013f3
commit
16a1aadba9
@ -33,7 +33,7 @@ function CompanyChip({ name, picture }: OwnProps) {
|
||||
<img
|
||||
data-testid="company-chip-image"
|
||||
src={picture?.toString()}
|
||||
alt=""
|
||||
alt={`${name}-company-logo`}
|
||||
/>
|
||||
)}
|
||||
{name}
|
||||
|
Loading…
Reference in New Issue
Block a user