From 02dbe723ad59293e6baba8f59b3c97f01de5711a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 11 Dec 2025 16:49:41 -0600 Subject: [PATCH] Add back dismiss button for internal onboarding --- src/screens/Onboarding/Layout.tsx | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/screens/Onboarding/Layout.tsx b/src/screens/Onboarding/Layout.tsx index 4035ffb3fe..0fcc5488da 100644 --- a/src/screens/Onboarding/Layout.tsx +++ b/src/screens/Onboarding/Layout.tsx @@ -59,7 +59,7 @@ export function Layout({children}: React.PropsWithChildren<{}>) { accessibilityLabel={dialogLabel} accessibilityHint={_(msg`Customizes your Bluesky experience`)} style={[isWeb ? a.fixed : a.absolute, a.inset_0, a.flex_1, t.atoms.bg]}> - {!gtMobile && ( + {!gtMobile ? ( ) { + ) : ( + <> + {IS_INTERNAL && ( + + + + )} + )}