From b8e8429188f02ce3c7a4fdba7b3fabae47661e53 Mon Sep 17 00:00:00 2001 From: Atheesh Thirumalairajan Date: Sun, 27 Oct 2024 18:24:31 -0400 Subject: [PATCH] Update WebLandingPage.tsx --- src/integrals/WebLandingPage.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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() { }} > - +