mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-10 10:26:53 +00:00
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…
x
Reference in New Issue
Block a user