diff --git a/.gitignore b/.gitignore index ee6e921f..8cf81fa0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ /build localazy.keys.json data.json -.DS_Store \ No newline at end of file +.DS_Store +.env \ No newline at end of file diff --git a/package.json b/package.json index 61f666b1..9c726260 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "react-dom": "^17.0.2", "react-helmet-async": "^1.2.2", "react-i18next": "^11.15.1", + "react-ipgeolocation": "^1.4.0", "react-number-format": "^4.9.0", "react-redux": "^7.2.6", "react-router-bootstrap": "^0.26.0", diff --git a/src/Layout.tsx b/src/Layout.tsx index 20af316f..64574fd5 100644 --- a/src/Layout.tsx +++ b/src/Layout.tsx @@ -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)); @@ -90,6 +91,7 @@ const Layout = (): JSX.Element => {