diff --git a/assets/zio_smol.png b/assets/zio_smol.png new file mode 100644 index 00000000..1be0e66e Binary files /dev/null and b/assets/zio_smol.png differ diff --git a/src/view/icons/Logo.tsx b/src/view/icons/Logo.tsx index 9989b875..d2fccb36 100644 --- a/src/view/icons/Logo.tsx +++ b/src/view/icons/Logo.tsx @@ -48,7 +48,11 @@ export const Logo = React.forwardRef(function LogoImpl(props: Props, ref) { return ( 100 + ? require('../../../assets/zio.png') + : require('../../../assets/zio_smol.png') + } accessibilityLabel="Zio Blue" accessibilityHint="" accessibilityIgnoresInvertColors