Zio: fix smol logo being used on splash screen
This commit is contained in:
parent
803b479b48
commit
258c1d35ff
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ export const Logo = React.forwardRef(function LogoImpl(props: Props, ref) {
|
|||
return (
|
||||
<Image
|
||||
source={
|
||||
size > 100
|
||||
size >= 48
|
||||
? require('../../../assets/zio.png')
|
||||
: require('../../../assets/zio_smol.png')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue