mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-03 07:03:30 +00:00
feat: add content to NimbusLogo
This commit is contained in:
parent
0b5949a3db
commit
f61f2f2e2d
@ -1,13 +1,20 @@
|
|||||||
import { XStack } from 'tamagui'
|
import { Text, XStack } from 'tamagui'
|
||||||
|
import Icon from './Icon'
|
||||||
|
import Tag from './Tag'
|
||||||
|
|
||||||
const NodesLogo = () => {
|
const NodesLogo = () => {
|
||||||
return (
|
return (
|
||||||
<XStack
|
<XStack
|
||||||
style={{
|
style={{
|
||||||
alignItems: 'center',
|
alignItems: 'center',
|
||||||
|
justifyContent: 'center',
|
||||||
}}
|
}}
|
||||||
space={'$2'}
|
space={'$2'}
|
||||||
></XStack>
|
>
|
||||||
|
<Icon source={'src/assets/nodes-app-icon.png'} width={32} height={32} />
|
||||||
|
<Text style={{ fontWeight: '700', fontSize: '28px' }}>nodes</Text>
|
||||||
|
<Tag bc="#2A4AF5" text="BETA" />
|
||||||
|
</XStack>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user