diff --git a/client/src/components/Welcome.tsx b/client/src/components/Welcome.tsx index d9a4d4d..4167023 100644 --- a/client/src/components/Welcome.tsx +++ b/client/src/components/Welcome.tsx @@ -35,7 +35,7 @@ function Welcome() { if (gameInfo.data) { for (let edge of gameInfo.data.worlds.edges) { svgElements.push( - + ) } for (let id in nodes) { @@ -44,7 +44,7 @@ function Welcome() { svgElements.push( - {id} + {id} )