Skip to content

Commit

Permalink
Update WebLandingPage.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
candiedoperation authored Oct 27, 2024
1 parent 0b1fe7a commit b8e8429
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/integrals/WebLandingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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<WebEvent[]>([
{ title: "Fall 2024 Applications Open! Apply now at https://inside.appdevclub.com", href: 'https://inside.appdevclub.com' },
]);
const [liveEvents] = React.useState<WebEvent[]>([]);

/* Background Gradients */
const [transitionBackground, setTransitionBackground] = React.useState({ start: 0, end: 0 });
Expand Down Expand Up @@ -282,13 +280,13 @@ export default function WebLandingPage() {
}}
>
<Stats
end={500000}
end={1000000}
title={"Dollars Saved"}
prefix={"$"}
minWidth={336}
alignSelf={{ xs: "center", md: "flex-start" }}
/>
<Stats end={170} title={"Members"} minWidth={81} />
<Stats end={300} title={"Members"} minWidth={81} />
<Stats
end={50000}
title={"Lines of Code"}
Expand Down

0 comments on commit b8e8429

Please sign in to comment.