From 49dd07d600b8772c00beb75dbdfccdc8270d780b Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 17 Jun 2024 10:23:06 -0700 Subject: [PATCH] add appclip meta --- src/screens/StarterPack/StarterPackLandingScreen.tsx | 7 +++++++ 1 file changed, 7 insertions(+) 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 && ( + + )} ) }