diff --git a/src/App.jsx b/src/App.jsx index 1af7bb34..1a282220 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -91,7 +91,7 @@ class App extends Component { } componentDidMount() { - initStars(100); + initStars(500); } /** diff --git a/src/components/_Landing/Landing.tsx b/src/components/_Landing/Landing.tsx index 701c4082..51202c19 100644 --- a/src/components/_Landing/Landing.tsx +++ b/src/components/_Landing/Landing.tsx @@ -9,15 +9,12 @@ import { randomizeAnimationDurations } from "./utilities"; import Schedule from "./sections/schedule/Schedule"; import Sponsors from "./sections/sponsors/Sponsors"; import Sun from "./assets/sun/sun"; -import initStars from "./assets/scripts/stars"; - function LandingPage(props: any) { useEffect(() => { randomizeAnimationDurations("floating", 5, 9); randomizeAnimationDurations("clouds", 300, 500); - initStars(500); }, []); return (