- Click the button below to migrate all of your temporary flowcharts - into hosted ones. -
-- Do not close this window. The page will refresh when the migration - is complete. -
-- {migrated} / {numCharts} -
-- {children} -
- ); -} diff --git a/app/src/components/WelcomeMessage.tsx b/app/src/components/WelcomeMessage.tsx deleted file mode 100644 index 57b5968d5..000000000 --- a/app/src/components/WelcomeMessage.tsx +++ /dev/null @@ -1,25 +0,0 @@ -import { t } from "@lingui/macro"; - -import { ReactComponent as Success } from "./Success.svg"; - -/** - * The message that is displayed when user - * is redirected to the login page - * after first signing up - */ -export function WelcomeMessage() { - return ( - <> -- {t`Log in to start creating flowcharts.`} -
-