diff --git a/d b/d deleted file mode 100644 index 1e85171..0000000 --- a/d +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: v1 -kind: Config -clusters: -- name: "local" - cluster: - server: "https://rancher.konstantiniyye.studio/k8s/clusters/local" -users: -- name: "local" - user: - token: "kubeconfig-user-clv7s5hbvd:b8nmf5j2h9c8hk2sx9zrdnjfsbmn8v4rdfkmwsrp7btl2rf7jcnn7v" -contexts: -- name: "local" - context: - user: "local" - cluster: "local" -current-context: "local" \ No newline at end of file diff --git a/index.html b/index.html index 4a15dad..b0578c5 100644 --- a/index.html +++ b/index.html @@ -133,7 +133,7 @@ .attr("width", width) .attr("height", height); - // Create a group that will be rotated (rotate -90 for East at top) + // Create a group that will be rotated (rotate -90 for East at top) const mapGroup = svg.append("g") .attr("transform", `rotate(-90, ${width/2}, ${height/2})`);