Skip to content

Commit

Permalink
Removed shooting stars
Browse files Browse the repository at this point in the history
  • Loading branch information
code-wolf-byte committed Sep 27, 2024
1 parent 0aa1a71 commit 9a4dfd8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/pages/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ function Home() {
<MemberCards contacts={contactsData as Contacts} />
{/* disabled due to lack of Notion/SDS event sync */}
{/* <InfoCards /> */}
<ShootingStars minDelay={1000} maxSpeed={20} starWidth={20} />
<StarsBackground starDensity={0.0003} />
</main>
);
}
Expand Down

0 comments on commit 9a4dfd8

Please sign in to comment.