Update lib/src/Components/Profile/Subcomponents/LinkedItemsHeaderView.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Anton Tranelis 2025-10-10 20:15:18 +02:00 committed by GitHub
parent 424117ae18
commit d13705b03e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`}>