diff --git a/public/assets/images/Logo_ND.png b/public/assets/images/Logo_ND.png index 2f966b9..e8f9b2c 100644 Binary files a/public/assets/images/Logo_ND.png and b/public/assets/images/Logo_ND.png differ diff --git a/src/App.js b/src/App.js index d435c4e..632b692 100644 --- a/src/App.js +++ b/src/App.js @@ -10,6 +10,7 @@ import { alertActions } from "./_actions"; import { history } from "./_helpers"; import { useDispatch, useSelector } from "react-redux"; import { AccountAuthentication } from "./_containers/RegisterPage/components/AccountAuthentication/AccountAuthentication"; +import ChooseOrg from "./_containers/RegisterPage/components/ChooseOrg"; function App() { const dispatch = useDispatch(); @@ -39,6 +40,11 @@ function App() {