diff --git a/src/integrals/WebLandingPage.tsx b/src/integrals/WebLandingPage.tsx index e49a8b3..75e1859 100644 --- a/src/integrals/WebLandingPage.tsx +++ b/src/integrals/WebLandingPage.tsx @@ -125,9 +125,7 @@ export default function WebLandingPage() { /* AppBar and Events State */ const mobileView = useMediaQuery(AppThemeController.baseTheme.breakpoints.down('md')); const [translucentAppBarTop, setTranslucentAppBarTop] = React.useState(-120); - const [liveEvents] = React.useState([ - { title: "Fall 2024 Applications Open! Apply now at https://inside.appdevclub.com", href: 'https://inside.appdevclub.com' }, - ]); + const [liveEvents] = React.useState([]); /* Background Gradients */ const [transitionBackground, setTransitionBackground] = React.useState({ start: 0, end: 0 }); @@ -282,13 +280,13 @@ export default function WebLandingPage() { }} > - +