Skip to content

Commit d1085fc

Browse files
committed
corrected arrow
1 parent 0d2cb22 commit d1085fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/KeyGeneration/KeyGeneration.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ const KeyGeneration = (props) => {
212212
className={`arrow ${classes[getArrowName(4)]} ${classes.arrow_path}`}
213213
from={{
214214
direction: DIRECTION.LEFT,
215-
node: () => document.getElementById(`p10o_${1}`),
215+
node: () => document.getElementById(`ls1_1`),
216216
translation: [-5, 0],
217217
}}
218218
to={{

0 commit comments

Comments
 (0)