From 3d77a372143ad711de2fe655225e4e308b476d85 Mon Sep 17 00:00:00 2001 From: Carlos Date: Fri, 6 Sep 2024 09:50:57 -0300 Subject: [PATCH] walls --- src/components/UsersDashboard/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/UsersDashboard/index.tsx b/src/components/UsersDashboard/index.tsx index 2134dfd..7c7ac00 100644 --- a/src/components/UsersDashboard/index.tsx +++ b/src/components/UsersDashboard/index.tsx @@ -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: { @@ -523,7 +523,6 @@ export default function UsersDashboard() { return -1; return 0; }) - .filter((_, index) => index < 75) .map((ball) => (