diff --git a/desktop/app/src/sandy-chrome/SandyApp.tsx b/desktop/app/src/sandy-chrome/SandyApp.tsx index 4ae9a2e5c..6c5dc07f4 100644 --- a/desktop/app/src/sandy-chrome/SandyApp.tsx +++ b/desktop/app/src/sandy-chrome/SandyApp.tsx @@ -29,7 +29,6 @@ import {ContentContainer} from './ContentContainer'; import {Notification} from './notification/Notification'; import {SheetRenderer} from '../chrome/SheetRenderer'; import {hasNewChangesToShow} from '../chrome/ChangelogSheet'; -import {SandyWelcomeScreen} from './SandyWelcomeScreen'; import {getVersionString} from '../utils/versionString'; import config from '../fb-stubs/config'; import {WelcomeScreenStaticView} from './WelcomeScreen'; @@ -137,10 +136,7 @@ export function SandyApp() { return ( - <> - - - + { - setDismissed(true); - }} - footer={ - <> - { - setDontShowNextTime(e.target.checked); - }}> - Don't show this dialog in the future - - - - }> - - Welcome to the new Flipper design - - Flipper has a fresh look and feel! It should provide a smoother, more - intuitive experience. So make sure to check out the{' '} - - - {' '} - to find new or improved features. - - - {constants.IS_PUBLIC_BUILD ? ( - <> - Feel free let us know your thoughts about the new experience on{' '} - - GitHub - - ! - - ) : ( - <> - Feel free let us know your thoughts about the new experience on{' '} - - Papercuts - {' '} - or by using the{' '} -