Skip to content

Commit

Permalink
🚀 add region popup
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-manning committed Oct 5, 2023
1 parent dd79698 commit 1d374a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import MockSigner from "./lib/mock/signer";
import Footer from "./components/Footer";
import ErrorAlert from "./components/ErrorAlert";
import { MeroError } from "./app/errors";
import RegionPopup from "./components/RegionPopup";

const Background = styled.div`
background: radial-gradient(rgba(11, 3, 60, 0.2), rgba(10, 5, 38, 0.3));
Expand Down Expand Up @@ -90,6 +91,7 @@ const Layout = (): JSX.Element => {
</Content>
<Footer />
<ErrorAlert />
<RegionPopup />
</StyledApp>
</Background>
</Web3ReactProvider>
Expand Down

0 comments on commit 1d374a9

Please sign in to comment.