diff --git a/dist/index.html b/dist/index.html
index dc382a9..3875eed 100644
--- a/dist/index.html
+++ b/dist/index.html
@@ -182,9 +182,9 @@
// if mobile zoom to about...
// Center/zoom on node
- const rootNode = graph_data.nodes.find((node)=>{return node.id === "about"})
- Graph.centerAt(rootNode.x, rootNode.y, 1000);
- Graph.zoom(8, 2000);
+ //const rootNode = graph_data.nodes.find((node)=>{return node.id === "about"})
+ //Graph.centerAt(rootNode.x, rootNode.y, 1000);
+ //Graph.zoom(8, 2000);
})
// Contain nodes to a box.