diff --git a/src/components/landing/Header.tsx b/src/components/landing/Header.tsx index fba9df9..56e2a4d 100644 --- a/src/components/landing/Header.tsx +++ b/src/components/landing/Header.tsx @@ -14,7 +14,7 @@ const data = require(`../../data/${eventID}/index.json`); import TypewriterText from '../shared/TypewriterText'; import GlitchText from '../shared/GlitchText'; import SectionCard from './SectionCard'; -import EarlyBirdPopup from './EarlyBirdPopup'; +// import EarlyBirdPopup from './EarlyBirdPopup'; const HeaderContainer = styled.section` min-height: 90vh; @@ -301,7 +301,7 @@ const LandingHeader = () => { -
+ {/*
{ setShouldAutoOpen(false); @@ -323,7 +323,7 @@ const LandingHeader = () => { [ Claim Early Bird Access ]
-
+
*/} @@ -365,10 +365,10 @@ const LandingHeader = () => { - setIsPopupOpen(false)} - /> + /> */} ); };