diff --git a/src/components/Container.tsx b/src/components/Container.tsx index 3df46aa..59b8961 100644 --- a/src/components/Container.tsx +++ b/src/components/Container.tsx @@ -33,7 +33,7 @@ const Container: React.FC<{ const mobile = useMediaQuery("(max-width: 50rem)"); const logoContainer = useRef(null); - const highlightCircle = useRef(null); + const highlightCircle = useRef(null); const containerChild = useRef(null); const nextBtn = useRef(null); @@ -138,13 +138,35 @@ const Container: React.FC<{
+
{!hideNav && ( - - + )} {next && (