From 2c9babb4be63c53d8f2839be9f2efde360fbf2eb Mon Sep 17 00:00:00 2001 From: gitmuhammedalbayrak Date: Thu, 20 Nov 2025 02:42:54 +0300 Subject: [PATCH] KubeConfig reset. --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3b88d36..4a15dad 100644 --- a/index.html +++ b/index.html @@ -115,7 +115,7 @@ .attr("width", width) .attr("height", height); - // Standard projection - we'll rotate the entire SVG group + // Standard projection - we'll rotate the entire SVG group const projection = d3.geoNaturalEarth1() .scale(200) .center([0, 0])