half convert

This commit is contained in:
ntr
2019-05-02 16:24:12 +10:00
parent 5f51e1604f
commit f603c22fa0
2 changed files with 61 additions and 2 deletions
+2 -2
View File
@@ -124,12 +124,12 @@ function Cryp(props) {
return (
<div
key={cryp.id}
className="game-cryp"
className="instance-cryp"
onDragOver={onDragOver}
onDrop={onDrop}
style={border}
>
<div className="game-cryp-top">
<div className="instance-cryp-top">
<figure className="img" onClick={onClick}>
{crypAvatar(cryp.name)}
<figcaption>{cryp.name}</figcaption>