diff --git a/src/app.tsx b/src/app.tsx index 38f82e42..9e00c0b5 100644 --- a/src/app.tsx +++ b/src/app.tsx @@ -56,7 +56,7 @@ const BoardLayout = () => { // Christmas theme const { isEnabled: isSpecialEnabled } = useSpecialThemeStore(); useEffect(() => { - if (isSpecialEnabled) { + if (isSpecialEnabled && !isMobile) { initSnow({ flakeCount: 150 }); } return () => {