diff --git a/projects/ui/src/components/App/index.tsx b/projects/ui/src/components/App/index.tsx
index aec49264f..c2f2ebaf2 100644
--- a/projects/ui/src/components/App/index.tsx
+++ b/projects/ui/src/components/App/index.tsx
@@ -1,6 +1,6 @@
import React from 'react';
-import { Box } from '@mui/material';
+import { Box, Stack, Typography } from '@mui/material';
import BigNumber from 'bignumber.js';
import { ToastBar, Toaster } from 'react-hot-toast';
import { Navigate, Route, Routes } from 'react-router-dom';
@@ -46,7 +46,7 @@ import pageBackground from '~/img/beanstalk/interface/bg/spring.png';
import EnforceNetwork from '~/components/App/EnforceNetwork';
import useAccount from '~/hooks/ledger/useAccount';
import './App.css';
-import "react-day-picker/dist/style.css";
+import 'react-day-picker/dist/style.css';
import { FC } from '~/types';
@@ -62,6 +62,7 @@ import VotingPowerPage from '~/pages/governance/votingPower';
import MorningUpdater from '~/state/beanstalk/sun/morning';
import MorningFieldUpdater from '~/state/beanstalk/field/morning';
import BeanstalkCaseUpdater from '~/state/beanstalk/case/updater';
+import useSdk from '~/hooks/sdk';
import MigrationPreview from '../../pages/preview';
// import Snowflakes from './theme/winter/Snowflakes';
@@ -98,10 +99,72 @@ const CustomToaster: FC<{ navHeight: number }> = ({ navHeight }) => (
);
+function MigrationInProgress() {
+ const banner = useBanner();
+ const navHeight = useNavHeight(!!banner);
+
+ const sdk = useSdk();
+ const account = useAccount();
+
+ return (
+ <>
+ {null}
+
+
+
+
+
+ {`We're migrating!`}
+
+ Please check discord for details.
+
+
+ {/*
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ } />
+ */}
+
+
+
+ >
+ );
+}
+
+const migrating = true;
+
export default function App() {
const banner = useBanner();
const navHeight = useNavHeight(!!banner);
const account = useAccount();
+ if (migrating) {
+ return ;
+ }
+
return (
<>
{/* -----------------------
diff --git a/projects/ui/src/components/Nav/NavBar.tsx b/projects/ui/src/components/Nav/NavBar.tsx
index 92e8966e0..3a238c39c 100644
--- a/projects/ui/src/components/Nav/NavBar.tsx
+++ b/projects/ui/src/components/Nav/NavBar.tsx
@@ -41,8 +41,8 @@ const NavBar: FC<{}> = ({ children }) => {
>
{/* Desktop: Left Side */}
-
-
+ {false && }
+ {false && }
= ({ children }) => {
{/* Desktop: Right Side */}
-
+ {false && }
-
-
+ {false && }
+ {false && }