Merge branch 'return-of-react' of ssh://cryps.gg:40022/~/cryps into return-of-react
This commit is contained in:
commit
30b9909e22
@ -7,6 +7,7 @@ body {
|
|||||||
color: whitesmoke;
|
color: whitesmoke;
|
||||||
font-size: 16pt;
|
font-size: 16pt;
|
||||||
padding: 1em 2em;
|
padding: 1em 2em;
|
||||||
|
/*overflow: hidden;*/
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -24,7 +24,7 @@ function Cryp(cryp) {
|
|||||||
{ stat: 'blue_damage', colour: '#3498db' },
|
{ stat: 'blue_damage', colour: '#3498db' },
|
||||||
{ stat: 'speed', colour: '#FFD123' },
|
{ stat: 'speed', colour: '#FFD123' },
|
||||||
].map((s, i) => (
|
].map((s, i) => (
|
||||||
<figure key={i} >
|
<figure key={i} alt={s.stat}>
|
||||||
{saw(s.colour)}
|
{saw(s.colour)}
|
||||||
<figcaption>{cryp[s.stat].value}</figcaption>
|
<figcaption>{cryp[s.stat].value}</figcaption>
|
||||||
</figure>
|
</figure>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user