diff --git a/src/view/com/auth/SplashScreen.web.tsx b/src/view/com/auth/SplashScreen.web.tsx index bb2ac3ef84..22b3285821 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. -