diff --git a/src/components/General/NimbusText.tsx b/src/components/General/NimbusText.tsx index 2787a073..33237881 100644 --- a/src/components/General/NimbusText.tsx +++ b/src/components/General/NimbusText.tsx @@ -10,7 +10,7 @@ const NimbusText = () => { viewBox="0 0 80 17" fill="none" xmlns="http://www.w3.org/2000/svg" - style={{ cursor: 'pointer' }} + style={{ cursor: 'pointer', marginLeft: '1px' }} onClick={() => navigate('/')} > diff --git a/src/components/General/TitleLogo.tsx b/src/components/General/TitleLogo.tsx index f6e14444..d69e002a 100644 --- a/src/components/General/TitleLogo.tsx +++ b/src/components/General/TitleLogo.tsx @@ -1,4 +1,4 @@ -import { Avatar, Text } from '@status-im/components' +import { Text } from '@status-im/components' import { XStack, YStack } from 'tamagui' import NimbusLogoMark from '../Logos/NimbusLogoMark' @@ -11,16 +11,9 @@ type TitleLogoProps = { const TitleLogo = ({ subtitle }: TitleLogoProps) => { return ( - } - /> + -
- -
+ {subtitle} diff --git a/src/components/Logos/NimbusLogo.css b/src/components/Logos/NimbusLogo.css index 45208866..9af6236d 100644 --- a/src/components/Logos/NimbusLogo.css +++ b/src/components/Logos/NimbusLogo.css @@ -5,5 +5,5 @@ } .nimbus-logomark svg { width: auto; - height: 21px; + height: 20px; }