pl-fe: fix instance favicon in profile dropdown
Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
parent
b35567574a
commit
5881c592d7
2 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue