Skip to content

Commit

Permalink
star particle less from 500 to 250
Browse files Browse the repository at this point in the history
  • Loading branch information
No0ne003 committed May 20, 2024
1 parent 0834b81 commit daa931d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function App() {
<ThemeProvider defaultTheme="dark" storageKey="ui-theme">
<div className="hidden dark:block">
<Starfield
starCount={500}
starCount={250}
starColor={[205, 214, 244]}
speedFactor={0.05}
backgroundColor="black"
Expand Down

0 comments on commit daa931d

Please sign in to comment.