Skip to content

Commit

Permalink
fix(circle-nodes): pushed again
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtabBukhari committed Oct 31, 2024
1 parent 21fecbd commit caa69c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Universe/Graph/Cubes/Text/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const TextNode = memo(({ node, hide, isHovered }: Props) => {
}
})
}}
position={[-10, 10, 0]}
position={[-15, 15, 0]}
scale={2}
src={`svg-icons/${iconName}.svg`}
strokeMaterial={{ color: 'yellow' }}
Expand Down

0 comments on commit caa69c4

Please sign in to comment.