From c5c1029f230e05ee4d1bb2bc1da8581e98a599da Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Thu, 10 Aug 2023 10:15:40 +0300 Subject: [PATCH] feat: style NimbusLogo --- src/components/NimbusLogo.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/components/NimbusLogo.tsx b/src/components/NimbusLogo.tsx index 75e0aca3..7efa5558 100644 --- a/src/components/NimbusLogo.tsx +++ b/src/components/NimbusLogo.tsx @@ -1,4 +1,4 @@ -import { XStack } from 'tamagui' +import { Text, XStack } from 'tamagui' import Icon from './Icon' import Tag from './Tag' @@ -7,12 +7,13 @@ const NimbusLogo = () => { - - - + + Nimbus + ) }