diff --git a/src/view/icons/Logo.tsx b/src/view/icons/Logo.tsx index d2fccb36..6ea89bf7 100644 --- a/src/view/icons/Logo.tsx +++ b/src/view/icons/Logo.tsx @@ -49,7 +49,7 @@ export const Logo = React.forwardRef(function LogoImpl(props: Props, ref) { return ( 100 + size >= 48 ? require('../../../assets/zio.png') : require('../../../assets/zio_smol.png') }