mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 12:27:07 +02:00
Documentation added ingame (#667)
This commit is contained in:
@@ -97,8 +97,8 @@ export function TerminalRoot(): React.ReactElement {
|
||||
</Typography>
|
||||
)}
|
||||
{item instanceof Link && (
|
||||
<Typography>
|
||||
{item.dashes + "> "}
|
||||
<Typography classes={{ root: classes.preformatted }}>
|
||||
{item.dashes}
|
||||
<MuiLink onClick={() => Terminal.connectToServer(item.hostname)}>{item.hostname}</MuiLink>
|
||||
</Typography>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user