mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-03-07 11:04:36 +01:00
build dev
This commit is contained in:
2129
dist/engine.bundle.js
vendored
2129
dist/engine.bundle.js
vendored
File diff suppressed because one or more lines are too long
2574
dist/vendor.bundle.js
vendored
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 (
|
return (
|
||||||
<>
|
<>
|
||||||
<Typography variant="h5" color="primary">
|
<Typography variant="h5" color="primary">
|
||||||
BitNode-{player.bitNodeN}: {BitNodes[index].name}
|
BitNode {player.bitNodeN}: {BitNodes[index].name}
|
||||||
</Typography>
|
</Typography>
|
||||||
<Typography sx={{ mx: 2 }} style={{ whiteSpace: "pre-wrap", overflowWrap: "break-word" }}>
|
<Typography sx={{ mx: 2 }} style={{ whiteSpace: "pre-wrap", overflowWrap: "break-word" }}>
|
||||||
{BitNodes[index].info}
|
{BitNodes[index].info}
|
||||||
|
Reference in New Issue
Block a user