mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-23 16:13:49 +01:00
fix autolink wrong font
This commit is contained in:
parent
50cf362b3b
commit
cc02701e97
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>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user