mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
removing some of the classes
This commit is contained in:
@@ -60,7 +60,7 @@ export function HacknetUpgradeElem(props: IProps): React.ReactElement {
|
||||
<CopyableText value={upg.name} />
|
||||
</Typography>
|
||||
<Typography>
|
||||
Cost: {Hashes(cost)}, Bought: {level} times
|
||||
Cost: <Hashes hashes={cost} />, Bought: {level} times
|
||||
</Typography>
|
||||
|
||||
<Typography>{upg.desc}</Typography>
|
||||
|
||||
Reference in New Issue
Block a user