fix all the shit i broke
This commit is contained in:
@@ -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>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user