From f0d98b8e4368ce9889a3d830b3bffc8df31e1ac7 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sun, 16 Mar 2025 00:01:58 +0300 Subject: [PATCH] Update 404.html --- 404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/404.html b/404.html index 78f1843..8d50bfc 100644 --- a/404.html +++ b/404.html @@ -67,7 +67,7 @@ const simulation = d3.forceSimulation(nodes) .force("center", d3.forceCenter(width / 2, height / 2)) - .force("collision", d3.forceCollide().radius(d => d.radius + 5)) + .force("collision", d3.forceCollide().radius(d => d.radius + 2)) .force("attraction", d3.forceManyBody().strength(attractionForce)) // Güç buradan çekiliyor .force("x", d3.forceX(width / 2).strength(0.1)) .force("y", d3.forceY(height / 2).strength(0.1))