Skip to content

Commit

Permalink
walls
Browse files Browse the repository at this point in the history
  • Loading branch information
carlossantos74 committed Sep 6, 2024
1 parent 391e43a commit 3d77a37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/UsersDashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default function UsersDashboard() {
const offsetX = (containerWidth - innerWidth) / 2;
const offsetY = (containerHeight - innerHeight) / 2;

const wallThickness = 50; // Increased thickness for visibility
const wallThickness = 300; // Increased thickness for visibility
const wallOptions = {
isStatic: true,
render: {
Expand Down Expand Up @@ -523,7 +523,6 @@ export default function UsersDashboard() {
return -1;
return 0;
})
.filter((_, index) => index < 75)
.map((ball) => (
<div
key={ball.id}
Expand Down

0 comments on commit 3d77a37

Please sign in to comment.