Documentation added ingame (#667)

This commit is contained in:
hydroflame
2023-07-12 17:10:52 -04:00
committed by GitHub
parent 6bd5ce38d5
commit 1a8b9a96ec
183 changed files with 9211 additions and 11734 deletions
+2 -2
View File
@@ -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>
)}