build dev

This commit is contained in:
Olivier Gagnon 2021-09-18 13:33:15 -04:00
parent e5abf014b2
commit 4b6a6300f5
3 changed files with 2364 additions and 2341 deletions

2129
dist/engine.bundle.js vendored

File diff suppressed because one or more lines are too long

2574
dist/vendor.bundle.js vendored

File diff suppressed because one or more lines are too long

@ -148,7 +148,7 @@ function CurrentBitNode(): React.ReactElement {
return (
<>
<Typography variant="h5" color="primary">
BitNode-{player.bitNodeN}: {BitNodes[index].name}
BitNode {player.bitNodeN}: {BitNodes[index].name}
</Typography>
<Typography sx={{ mx: 2 }} style={{ whiteSpace: "pre-wrap", overflowWrap: "break-word" }}>
{BitNodes[index].info}