We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad4087 commit a22f504Copy full SHA for a22f504
src/app/components/ComponentMap.tsx
@@ -165,8 +165,6 @@ export default function ComponentMap({
165
y={-height / 2}
166
x={-width / 2}
167
fill='#272b4d'
168
- //changed all the node.data.children to node.children and was causing pb rendering and expanding
169
- // stroke={node.children ? '#03c0dc' : '#26deb0'}
170
stroke={node.children ? '#62d6fb' : '#F5F47E'}
171
strokeWidth={1}
172
strokeDasharray={node.children ? '0' : '2,2'}
0 commit comments