fix: add valid icon for title logo

This commit is contained in:
RadoslavDimchev 2023-09-18 18:54:15 +03:00
parent 36a51ab15c
commit 04e1ad313a

View File

@ -1,10 +1,16 @@
import { Text } from '@status-im/components' import { Avatar, Text } from '@status-im/components'
import { XStack, YStack } from 'tamagui' import { XStack, YStack } from 'tamagui'
const TitleLogo = () => { const TitleLogo = () => {
return ( return (
<XStack> <XStack>
{/* <Avatar type="icon" size={80} icon={<img src={'/icons/dashboard-logo.png'} />} /> */} <Avatar
type="icon"
size={32}
icon={
<img src={'/icons/dashboard-logo.png'} alt="dashboard-logo" style={{ width: '100%' }} />
}
/>
<YStack> <YStack>
<Text size={27} color="#09101C" weight={'semibold'}> <Text size={27} color="#09101C" weight={'semibold'}>
Nimbus Nimbus