From ad15ee31f3e069ca97f2f6817f977fb9a04b3203 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Mon, 17 Jul 2023 14:17:14 -0700 Subject: [APP-773] Change waitlist explainer copy (#1021) * Change waitlist explainer copy * Restore the waitlist modal snap point to 80% to account for smaller phones * Tune copy further --- src/view/com/auth/SplashScreen.web.tsx | 21 --------------------- src/view/com/auth/create/Step2.tsx | 5 ++--- src/view/com/modals/Waitlist.tsx | 8 ++++---- src/view/shell/desktop/RightNav.tsx | 7 +------ 4 files changed, 7 insertions(+), 34 deletions(-) (limited to 'src') diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx index bb2ac3ef8..22b328582 100644 --- a/src/view/com/auth/SplashScreen.web.tsx +++ b/src/view/com/auth/SplashScreen.web.tsx @@ -5,7 +5,6 @@ import {TextLink} from '../util/Link' import {ErrorBoundary} from 'view/com/util/ErrorBoundary' import {s, colors} from 'lib/styles' import {usePalette} from 'lib/hooks/usePalette' -import {useStores} from 'state/index' import {CenteredView} from '../util/Views' import {isMobileWeb} from 'platform/detection' @@ -17,11 +16,6 @@ export const SplashScreen = ({ onPressCreateAccount: () => void }) => { const pal = usePalette('default') - const store = useStores() - - const onPressWaitlist = React.useCallback(() => { - store.shell.openModal({name: 'waitlist'}) - }, [store]) return ( @@ -59,21 +53,6 @@ export const SplashScreen = ({ Sign In - - Bluesky will launch soon.{' '} - - - Join the waitlist - - {' '} - to try the beta before it's publicly available. -