mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-02 22:53:36 +00:00
feat: create nodes logo
This commit is contained in:
parent
c77a72599e
commit
544ddff529
14
src/components/NodesLogo.tsx
Normal file
14
src/components/NodesLogo.tsx
Normal file
@ -0,0 +1,14 @@
|
||||
import { XStack } from 'tamagui'
|
||||
|
||||
const NodesLogo = () => {
|
||||
return (
|
||||
<XStack
|
||||
style={{
|
||||
alignItems: 'center',
|
||||
}}
|
||||
space={'$2'}
|
||||
></XStack>
|
||||
)
|
||||
}
|
||||
|
||||
export default NodesLogo
|
Loading…
x
Reference in New Issue
Block a user