diff --git a/src/components/LandingPage.tsx b/src/components/LandingPage.tsx index f529ca29..d6bc3dc6 100644 --- a/src/components/LandingPage.tsx +++ b/src/components/LandingPage.tsx @@ -1,7 +1,6 @@ import LayoutComponent from './LayoutComponent' import './LandingPage.css' import QuickStartBar from './QuickStartBar' -import IconText from './IconText' function LandingPage() { return ( @@ -15,7 +14,6 @@ function LandingPage() { function Content() { return (
- Quick Start
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 + )