From c77a72599e4f747aabeb43cb2cbdb3f0ad8ab8c6 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Thu, 10 Aug 2023 09:17:48 +0300 Subject: [PATCH] fix: rename Logo to NimbusLogo --- src/components/{Logo.tsx => NimbusLogo.tsx} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/components/{Logo.tsx => NimbusLogo.tsx} (87%) diff --git a/src/components/Logo.tsx b/src/components/NimbusLogo.tsx similarity index 87% rename from src/components/Logo.tsx rename to src/components/NimbusLogo.tsx index acc484c3..75e0aca3 100644 --- a/src/components/Logo.tsx +++ b/src/components/NimbusLogo.tsx @@ -2,7 +2,7 @@ import { XStack } from 'tamagui' import Icon from './Icon' import Tag from './Tag' -const Logo = () => { +const NimbusLogo = () => { return ( { ) } -export default Logo +export default NimbusLogo