Skip to content

Commit

Permalink
particle position fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiZg committed Oct 1, 2024
1 parent 166520e commit 8fbca49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/spotnet/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const Home = () => {
]

const decorationData = [
{ top: -10, left: -15, size: 50 },
{ top: -9, left: -16, size: 50 },
{ top: -10, left: -45, size: 90 },
{ top: -35, left: 55, size: 65 },
{ top: -30, left: 50, size: 95 },
Expand Down

0 comments on commit 8fbca49

Please sign in to comment.