fix: rename Logo to NimbusLogo
This commit is contained in:
parent
448bfa3bbb
commit
c77a72599e
|
@ -2,7 +2,7 @@ import { XStack } from 'tamagui'
|
||||||
import Icon from './Icon'
|
import Icon from './Icon'
|
||||||
import Tag from './Tag'
|
import Tag from './Tag'
|
||||||
|
|
||||||
const Logo = () => {
|
const NimbusLogo = () => {
|
||||||
return (
|
return (
|
||||||
<XStack
|
<XStack
|
||||||
style={{
|
style={{
|
||||||
|
@ -17,4 +17,4 @@ const Logo = () => {
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Logo
|
export default NimbusLogo
|
Loading…
Reference in New Issue