diff --git a/client/src/components/modals/CheckMobile/CheckMobile.tsx b/client/src/components/modals/CheckMobile/CheckMobile.tsx index f2dc7a0..cde1aa1 100644 --- a/client/src/components/modals/CheckMobile/CheckMobile.tsx +++ b/client/src/components/modals/CheckMobile/CheckMobile.tsx @@ -39,7 +39,7 @@ export default function CombinedIntroAndMobile() { localStorage.setItem('hasClosedIntro', 'true'); }; - if (!showIntro && !inMobileBrowser) return null; + if (!showIntro) return null; return (