diff --git a/src/components/NimbusLogo.tsx b/src/components/NimbusLogo.tsx
index 11bb10ee..5502f4b8 100644
--- a/src/components/NimbusLogo.tsx
+++ b/src/components/NimbusLogo.tsx
@@ -1,6 +1,7 @@
-import { Text, XStack } from 'tamagui'
+import { XStack } from 'tamagui'
import Icon from './Icon'
import Tag from './Tag'
+import { Text } from '@status-im/components'
const NimbusLogo = () => {
return (
@@ -12,7 +13,9 @@ const NimbusLogo = () => {
space={'$2'}
>
- Nimbus
+
+ Nimbus
+
)
diff --git a/src/components/NodesLogo.tsx b/src/components/NodesLogo.tsx
index f4f1d07e..b92f217b 100644
--- a/src/components/NodesLogo.tsx
+++ b/src/components/NodesLogo.tsx
@@ -1,6 +1,7 @@
-import { Text, XStack } from 'tamagui'
+import { XStack } from 'tamagui'
import Icon from './Icon'
import Tag from './Tag'
+import { Text } from '@status-im/components'
const NodesLogo = () => {
return (
@@ -12,7 +13,9 @@ const NodesLogo = () => {
space={'$2'}
>
- nodes
+
+ nodes
+
)