feat: add arc to connectors in mobile view
diff --git a/erpnext/public/js/hierarchy_chart/hierarchy_chart_mobile.js b/erpnext/public/js/hierarchy_chart/hierarchy_chart_mobile.js
index 4b09714..b09b428 100644
--- a/erpnext/public/js/hierarchy_chart/hierarchy_chart_mobile.js
+++ b/erpnext/public/js/hierarchy_chart/hierarchy_chart_mobile.js
@@ -322,7 +322,8 @@
 			"M" +
 			(pos_parent_bottom.x) + "," + (pos_parent_bottom.y) + " " +
 			"L" +
-			(pos_parent_bottom.x) + "," + (pos_child_left.y) + " " +
+			(pos_parent_bottom.x) + "," + (pos_child_left.y - 10) + " " +
+			"a10,10 1 0 0 10,10 " +
 			"L" +
 			(pos_child_left.x) + "," + (pos_child_left.y);