From 258c1d35ff00bc552c6855ecb2f7cd0b510270ef Mon Sep 17 00:00:00 2001 From: Ducky Date: Tue, 3 Sep 2024 21:17:29 +0100 Subject: [PATCH] Zio: fix smol logo being used on splash screen --- src/view/icons/Logo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') }