diff --git a/src/screens/StarterPack/StarterPackLandingScreen.tsx b/src/screens/StarterPack/StarterPackLandingScreen.tsx index 9f226f67d7..373393ca3c 100644 --- a/src/screens/StarterPack/StarterPackLandingScreen.tsx +++ b/src/screens/StarterPack/StarterPackLandingScreen.tsx @@ -7,6 +7,7 @@ import {useLingui} from '@lingui/react' import {isAndroidWeb} from 'lib/browser' import {useWebMediaQueries} from 'lib/hooks/useWebMediaQueries' +import {isWeb} from 'platform/detection' import { useCurrentStarterPack, useSetCurrentStarterPack, @@ -335,6 +336,12 @@ function LandingScreenInner({ /> + {isWeb && ( + + )} ) }