mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-19 15:54:09 +02:00
Small hotfix (#840)
* yesno box now correctly clean up before new content is loaded in. * formatHp doesnt display decimal, duh * character overview uses numeralWrapper formatHp * minor formatting stuff * Class spending is tracked indepedently of work money * Made an augmentation named after myself. * hotfix a bunch of small stuff
This commit is contained in:
@@ -124,8 +124,7 @@ export class HacknetNode extends React.Component {
|
||||
<li className={"hacknet-node"}>
|
||||
<div className={"hacknet-node-container"}>
|
||||
<div className={"row"}>
|
||||
<p>Node name:</p>
|
||||
<span className={"text"}>{node.name}</span>
|
||||
<h1 style={{"fontSize":"1em"}}>{node.name}</h1>
|
||||
</div>
|
||||
<div className={"row"}>
|
||||
<p>Production:</p>
|
||||
|
||||
Reference in New Issue
Block a user