feat(examples): add source link

This commit is contained in:
moklick
2020-05-04 16:51:17 +02:00
parent bac0ed59a7
commit 1627bba220
6 changed files with 49 additions and 8 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ const EmptyGraph = () => {
<button
type="button"
onClick={addRandomNode}
style={{ position: 'absolute', right: 10, top: 10, zIndex: 4 }}
style={{ position: 'absolute', left: 10, top: 10, zIndex: 4 }}
>
add node
</button>