From 5c2bb02bcb992eda4075520984e876f5d76974ed Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Fri, 11 Aug 2023 10:46:47 +0300 Subject: [PATCH] fix: update logos with status texts --- src/components/LandingPage.tsx | 2 -- src/components/NimbusLogo.tsx | 7 +++++-- src/components/NodesLogo.tsx | 7 +++++-- 3 files changed, 10 insertions(+), 6 deletions(-) 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 + )