mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2026-04-05 17:15:35 +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
|
<img
|
||||||
className={'tw:w-10 tw:inline tw:rounded-full'}
|
className={'tw:w-10 tw:inline tw:rounded-full'}
|
||||||
src={avatar}
|
src={avatar}
|
||||||
alt={item.name ?? '' + ' logo'}
|
alt={(item.name ?? '') + ' logo'}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
<div className={`${avatar ? 'tw:ml-2' : ''} tw:overflow-hidden`}>
|
<div className={`${avatar ? 'tw:ml-2' : ''} tw:overflow-hidden`}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user