diff --git a/src/public/index.html b/src/public/index.html
index 8391b4d..2a298aa 100644
--- a/src/public/index.html
+++ b/src/public/index.html
@@ -1134,7 +1134,7 @@
function getConfigZoomLevelGoToNode() {
const value = localStorage.getItem("config_zoom_level_go_to_node");
const parsedValue = value != null ? parseInt(value) : null;
- return parsedValue || 10;
+ return parsedValue || 15;
}
function setConfigZoomLevelGoToNode(value) {