mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-02-17 10:23:44 +01:00
fix autolink wrong font
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -104,7 +104,7 @@ export function TerminalRoot({ terminal, router, player }: IProps): React.ReactE
|
||||
paragraph={false}
|
||||
onClick={() => terminal.connectToServer(player, item.hostname)}
|
||||
>
|
||||
{item.hostname}
|
||||
<Typography>{item.hostname}</Typography>
|
||||
</MuiLink>
|
||||
</ListItem>
|
||||
);
|
||||
|
Reference in New Issue
Block a user