mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 08:13:50 +02:00
Added bitnode difficulty descriptions on the bitverse.
This commit is contained in:
@@ -6,6 +6,7 @@ import { use } from "../../ui/Context";
|
||||
import { Modal } from "../../ui/React/Modal";
|
||||
import Typography from "@mui/material/Typography";
|
||||
import Button from "@mui/material/Button";
|
||||
import { BitnodeMultiplierDescription } from "./BitnodeMultipliersDescription";
|
||||
|
||||
interface IProps {
|
||||
open: boolean;
|
||||
@@ -40,6 +41,7 @@ export function PortalModal(props: IProps): React.ReactElement {
|
||||
<br />
|
||||
<br />
|
||||
<Typography>{bitNode.info}</Typography>
|
||||
<BitnodeMultiplierDescription n={props.n} />
|
||||
<br />
|
||||
<br />
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user