mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-08 09:34:40 +00:00
fix: add valid icon for title logo
This commit is contained in:
parent
36a51ab15c
commit
04e1ad313a
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user