fix info styles by removing grid

This commit is contained in:
ntr
2019-11-12 15:34:44 +11:00
parent de82a21baa
commit db8e198817
2 changed files with 6 additions and 9 deletions
@@ -20,6 +20,7 @@ function projectile(x, y, radius, colour) {
cx={x}
cy={y}
r={radius}
stroke="none"
fill={colour}
/>
);