From ed1a0ec5a646153aaa34fd7b00db2aa00be0c293 Mon Sep 17 00:00:00 2001 From: ntr Date: Wed, 11 Sep 2019 12:49:58 +1000 Subject: [PATCH] fix alignment --- client/src/components/demo.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/demo.jsx b/client/src/components/demo.jsx index b07d84de..b401a4d2 100644 --- a/client/src/components/demo.jsx +++ b/client/src/components/demo.jsx @@ -119,7 +119,7 @@ function Demo(args) { : 'empty gray'; return ( -
+
{players[0].constructs.map((c, i) => (

{c.name}

@@ -166,7 +166,7 @@ function Demo(args) { }; return ( -
+
{vboxDemo()} {vboxConstructs()} {gameDemo()}