fix: rename Logo to NimbusLogo

This commit is contained in:
RadoslavDimchev 2023-08-10 09:17:48 +03:00
parent 448bfa3bbb
commit c77a72599e
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@ import { XStack } from 'tamagui'
import Icon from './Icon'
import Tag from './Tag'
const Logo = () => {
const NimbusLogo = () => {
return (
<XStack
style={{
@ -17,4 +17,4 @@ const Logo = () => {
)
}
export default Logo
export default NimbusLogo