diff --git a/components/NavBar.tsx b/components/NavBar.tsx
index ed5274b..ab19362 100644
--- a/components/NavBar.tsx
+++ b/components/NavBar.tsx
@@ -18,6 +18,7 @@ const NavBar = () => {
return (
<>
+
{
toggleModal={() => setIsModal(false)}
/>
) : null}
-
+
diff --git a/pages/index.tsx b/pages/index.tsx
index 3dac6e5..bd9901c 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -20,7 +20,10 @@ const Home: NextPage = () => {
};
return (
-
+