Skip to content

Commit

Permalink
modified number
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Aug 29, 2023
1 parent 6a9f65c commit a3e61c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class App extends Component {
}

componentDidMount() {
initStars(100);
initStars(500);
}

/**
Expand Down
3 changes: 0 additions & 3 deletions src/components/_Landing/Landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit a3e61c7

Please sign in to comment.