Merge branch 'return-of-react' of ssh://cryps.gg:40022/~/cryps into return-of-react

This commit is contained in:
Mashy
2019-03-29 15:25:20 +10:00
2 changed files with 2 additions and 1 deletions
@@ -24,7 +24,7 @@ function Cryp(cryp) {
{ stat: 'blue_damage', colour: '#3498db' },
{ stat: 'speed', colour: '#FFD123' },
].map((s, i) => (
<figure key={i} >
<figure key={i} alt={s.stat}>
{saw(s.colour)}
<figcaption>{cryp[s.stat].value}</figcaption>
</figure>