@@ -80,7 +80,7 @@ export const getCustomLayout = (nodes: Node<NodeData>[], edges: Edge[]) => {
8080 {
8181 id : "churchLife" ,
8282 type : "staticNode" ,
83- position : { x : 1650 , y : 400 } ,
83+ position : { x : 1600 , y : 400 } ,
8484 draggable : false ,
8585 data : {
8686 label : "Church Life" ,
@@ -91,7 +91,7 @@ export const getCustomLayout = (nodes: Node<NodeData>[], edges: Edge[]) => {
9191 {
9292 id : "growth" ,
9393 type : "staticNode" ,
94- position : { x : 2150 , y : 400 } ,
94+ position : { x : 2000 , y : 400 } ,
9595 draggable : false ,
9696 data : {
9797 label : "Growth" ,
@@ -102,7 +102,7 @@ export const getCustomLayout = (nodes: Node<NodeData>[], edges: Edge[]) => {
102102 {
103103 id : "serving" ,
104104 type : "staticNode" ,
105- position : { x : 2550 , y : 400 } ,
105+ position : { x : 2400 , y : 400 } ,
106106 draggable : false ,
107107 data : {
108108 label : "Serving" ,
@@ -113,7 +113,7 @@ export const getCustomLayout = (nodes: Node<NodeData>[], edges: Edge[]) => {
113113 {
114114 id : "sending" ,
115115 type : "staticNode" ,
116- position : { x : 2900 , y : 400 } ,
116+ position : { x : 2800 , y : 400 } ,
117117 draggable : false ,
118118 data : {
119119 label : "Sending" ,
@@ -207,19 +207,19 @@ export const getCustomLayout = (nodes: Node<NodeData>[], edges: Edge[]) => {
207207 {
208208 id : "custom-position-integration-churchLife" ,
209209 type : "staticNode" ,
210- position : { x : 1550 , y : 400 } ,
210+ position : { x : 1500 , y : 400 } ,
211211 draggable : false ,
212212 data : {
213213 label : "" ,
214214 description : "" ,
215215 isStatic : true ,
216216 } ,
217217 } ,
218- // Custom position node for the midpoint of Church Life to Growth edge
218+ // Custom position node for the midpoint of Growth to Serving edge
219219 {
220220 id : "custom-position-churchLife-growth" ,
221221 type : "staticNode" ,
222- position : { x : 2000 , y : 400 } ,
222+ position : { x : 2300 , y : 400 } ,
223223 draggable : false ,
224224 data : {
225225 label : "" ,
@@ -501,7 +501,7 @@ export const getCustomLayout = (nodes: Node<NodeData>[], edges: Edge[]) => {
501501 color : "#e5e7eb" ,
502502 } ,
503503 } ,
504- // Edge from Growing to the edge between Church Life and Growth
504+ // Edge from Growing to the midpoint of Growth to Serving edge
505505 {
506506 id : "edge-growing-to-churchLife-growth" ,
507507 source : "1229" ,
@@ -545,12 +545,12 @@ export const getCustomLayout = (nodes: Node<NodeData>[], edges: Edge[]) => {
545545 case "Attending" :
546546 return {
547547 ...node ,
548- position : { x : 1350 , y : 600 } ,
548+ position : { x : 1300 , y : 600 } ,
549549 } ;
550550 case "Growing" :
551551 return {
552552 ...node ,
553- position : { x : 1850 , y : 600 } ,
553+ position : { x : 2110 , y : 600 } ,
554554 } ;
555555 case "Investigating" :
556556 return {
0 commit comments