diff --git a/src/components/General/TitleLogo.tsx b/src/components/General/TitleLogo.tsx
index 9076575f..77b54e10 100644
--- a/src/components/General/TitleLogo.tsx
+++ b/src/components/General/TitleLogo.tsx
@@ -1,5 +1,6 @@
import { Avatar, Text } from '@status-im/components'
import { Stack, XStack, YStack } from 'tamagui'
+import NimbusLogoMark from '../Logos/NimbusLogoMark'
type TitleLogoProps = {
subtitle?: string
@@ -13,13 +14,7 @@ const TitleLogo = ({ subtitle }: TitleLogoProps) => {
type="icon"
size={48}
backgroundColor="white"
- icon={
-
- }
+ icon={}
/>