mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-18 12:15:44 +01:00
build dev
This commit is contained in:
parent
e5abf014b2
commit
4b6a6300f5
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 (
|
||||
<>
|
||||
<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}
|
||||
|
Loading…
Reference in New Issue
Block a user