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 Tag from './Tag'
|
||||
|
||||
const Logo = () => {
|
||||
const NimbusLogo = () => {
|
||||
return (
|
||||
<XStack
|
||||
style={{
|
||||
|
@ -17,4 +17,4 @@ const Logo = () => {
|
|||
)
|
||||
}
|
||||
|
||||
export default Logo
|
||||
export default NimbusLogo
|
Loading…
Reference in New Issue