vbox highlighting

This commit is contained in:
ntr
2019-06-03 14:46:30 +10:00
parent 05a0113ab5
commit 03a35109dc
5 changed files with 41 additions and 39 deletions
+1 -2
View File
@@ -100,9 +100,8 @@ function GameConstruct(props) {
className={`game-construct ${ko} ${classes}`} >
<h3 className="name"> {construct.name} </h3>
{crypSkills}
<div className="avatar"></div>
<div className="targeting"> {targeting} </div>
<div className="stats"> {stats} </div>
<ConstructAvatar name={construct.name} id={construct.id} />
<div className="effects"> {effects} </div>
</div>
);