fix all the shit i broke

This commit is contained in:
ntr
2019-09-16 20:49:46 +10:00
parent 0659e121df
commit f9d36fce63
3 changed files with 14 additions and 3 deletions
+5 -2
View File
@@ -33,8 +33,11 @@ function FaceoffConstruct(args) {
return (
<div class='game-construct'>
<h3 class="name"> {construct.name} </h3>
<ConstructAvatar construct={construct} />
<div class="left"></div>
<div class="right">
<h3 class="name"> {construct.name} </h3>
<ConstructAvatar construct={construct} />
</div>
</div>
)
}