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 = () => { -