diff --git a/components/NavBar.tsx b/components/NavBar.tsx index ed5274b..f33edda 100644 --- a/components/NavBar.tsx +++ b/components/NavBar.tsx @@ -18,8 +18,9 @@ const NavBar = () => { return ( <> +
{ toggleModal={() => setIsModal(false)} /> ) : null} -
+
diff --git a/pages/index.tsx b/pages/index.tsx index 1c53497..b4cc2f5 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -18,7 +18,10 @@ const Home: NextPage = () => { }; return ( - +