hacknet nodes in mui

This commit is contained in:
Olivier Gagnon
2021-09-26 21:26:25 -04:00
parent 514b467e27
commit b5abbbc240
5 changed files with 119 additions and 84 deletions
+4 -2
View File
@@ -29,14 +29,16 @@ export function PurchaseButton(props: IProps): React.ReactElement {
} else {
text = (
<>
Purchase Hacknet Server - <Money money={cost} player={Player} />
Purchase Hacknet Server -&nbsp;
<Money money={cost} player={Player} />
</>
);
}
} else {
text = (
<>
Purchase Hacknet Node - <Money money={cost} player={Player} />
Purchase Hacknet Node -&nbsp;
<Money money={cost} player={Player} />
</>
);
}