mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-03-01 12:44:17 +00:00
Update lib/src/Components/Profile/Subcomponents/LinkedItemsHeaderView.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
424117ae18
commit
d13705b03e
@ -40,7 +40,7 @@ export function LinkedItemsHeaderView({
|
||||
<img
|
||||
className={'tw:w-10 tw:inline tw:rounded-full'}
|
||||
src={avatar}
|
||||
alt={item.name ?? '' + ' logo'}
|
||||
alt={(item.name ?? '') + ' logo'}
|
||||
/>
|
||||
)}
|
||||
<div className={`${avatar ? 'tw:ml-2' : ''} tw:overflow-hidden`}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user