This commit is contained in:
vm-silicons
2025-12-20 11:28:47 -08:00
parent b972255502
commit 3d0de13ee3
@@ -16,8 +16,9 @@ export const Connections = (props) => {
width="100%"
height="100%"
style={{
'pointerEvents': 'none',
'position': 'absolute',
'z-index': -1,
'zIndex': -1,
}}>
{connections.map((val, index) => {
const from = val.from;