MISC: Update BitNode info and documentation (#1436)

This commit is contained in:
catloversg
2024-06-28 16:11:50 +07:00
committed by GitHub
parent f162faf60a
commit f620ec889c
4 changed files with 359 additions and 208 deletions
+1 -2
View File
@@ -28,19 +28,18 @@ export function PortalModal(props: IProps): React.ReactElement {
<Typography variant="h4">
BitNode-{props.n}: {bitNode.name}
</Typography>
<Typography variant="h5">{bitNode.desc}</Typography>
<br />
<Typography>
Source-File Level: {props.level} / {maxSourceFileLevel}
</Typography>
<br />
<br />
<Typography> Difficulty: {["easy", "normal", "hard"][bitNode.difficulty]}</Typography>
<br />
<br />
<Typography>{bitNode.info}</Typography>
<BitnodeMultiplierDescription n={props.n} level={newLevel} />
<br />
<br />
<Button
aria-label={`enter-bitnode-${bitNode.number.toString()}`}
autoFocus={true}