pl-fe: fix instance favicon in profile dropdown

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk 2024-12-06 11:25:06 +01:00
parent b35567574a
commit 5881c592d7
2 changed files with 2 additions and 1 deletions

View file

@ -223,7 +223,7 @@ const Account = ({
<Text theme='muted' size='sm' direction='ltr' truncate>@{username}</Text>
{account.favicon && (
<InstanceFavicon account={account} disabled={!withLinkToProfile} />
<InstanceFavicon account={account} disabled />
)}
{items}

View file

@ -173,6 +173,7 @@ const SidebarNavigation = () => {
account={account}
action={<Icon src={require('@tabler/icons/outline/chevron-down.svg')} className='text-gray-600 hover:text-gray-700 dark:text-gray-600 dark:hover:text-gray-500' />}
disabled
withLinkToProfile={false}
/>
</ProfileDropdown>
</div>